[Buildbot-devel] svn password plaintext in log
tom fogal
tfogal at sci.utah.edu
Fri Oct 19 08:55:56 UTC 2012
Hi all,
I'm using the steps.source.svn.SVN step and seeing my password come out
in the 'stdio' logs:
argv: ['svn', 'info', '--non-interactive', '--no-auth-cache',
'--username', 'tfogal', '--password', 'MyPasswordAppearsHere']
Verbatim. I looked through the code a bit but I couldn't see where
"argv:" gets printed out. Any pointers?
Here's my svn step, for reference:
SVN(mode="full", repourl=Interpolate(svn + "%(src::branch)s"),
username=svnuser, password=svnpass)
Thanks,
-tom
More information about the devel
mailing list