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
The following commit(s) were added to refs/heads/master by this push:
new 9536e9f Try to fix WHIMSY-331
9536e9f is described below
commit 9536e9fe70f38fe660328b6cb4e570fb4359f838
Author: Sebb <[email protected]>
AuthorDate: Wed Jun 10 23:59:19 2020 +0100
Try to fix WHIMSY-331
---
lib/whimsy/asf/svn.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index 16018ad..33fe883 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -469,7 +469,7 @@ module ASF
# user and password are required because the default URL is private
def self.updateCI(msg, env, options={})
# Allow override for testing
- ciURL = options[:url] || self.svnurl('board')
+ ciURL = options[:url] || self.svnurl('board').untaint
Dir.mktmpdir do |tmpdir|
# use dup to make testing easier
user = env.user.dup.untaint