This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit 286527e5a334a2831888f9cad1f065f84a96e247 Author: Sebb <[email protected]> AuthorDate: Sun Oct 4 15:28:40 2020 +0100 stray untaint --- lib/whimsy/asf/svn.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb index e9063dd..054de6d 100644 --- a/lib/whimsy/asf/svn.rb +++ b/lib/whimsy/asf/svn.rb @@ -28,8 +28,7 @@ module ASF @testdata = {} # path to <tt>repository.yml</tt> in the source. - REPOSITORY = File.expand_path('../../../../repository.yml', __FILE__). - untaint + REPOSITORY = File.expand_path('../../../../repository.yml', __FILE__) @@repository_mtime = nil @@repository_entries = nil @svnHasPasswordFromStdin = nil
