[Buildbot-commits] [djmitche/buildbot] 21296a: remove overzealous escaping of reason in rebuild()

noreply at github.com noreply at github.com
Fri Mar 12 07:24:10 UTC 2010


Branch: refs/heads/master
Home:   http://github.com/djmitche/buildbot

Commit: 21296a797c53ce8a855978d4cbdacf6950623a0a
    http://github.com/djmitche/buildbot/commit/21296a797c53ce8a855978d4cbdacf6950623a0a
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-03-11 (Thu, 11 Mar 2010)

Changed paths:
  M buildbot/status/web/build.py

Log Message:
-----------
remove overzealous escaping of reason in rebuild()

I'd like a second look at this, since these escapes were added while
resolving the XSS vulnerabilities back in 0.7.*.  I think they are
unnecessary, particularly with the use of Jinja.  I suspect they were
added out of an abundance of caution, lest the reason later be used
unescaped in a status display.


Commit: 1400c91b276d5f71a7f58975e0be6c999a4231b7
    http://github.com/djmitche/buildbot/commit/1400c91b276d5f71a7f58975e0be6c999a4231b7
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-03-11 (Thu, 11 Mar 2010)

Changed paths:
  M buildbot/scripts/runner.py
  M docs/cmdline.texinfo
  M docs/installation.texinfo

Log Message:
-----------
Allow relocatable master and slave buildbot.tac files

Adds --relocatable/-r to create-slave and create-master, and adds that
flag to the suggested invocations in the manual, since I think this
option is generally more useful than harmful.


Commit: 6ed78f08b5e04705ecf065f778314da7be83d530
    http://github.com/djmitche/buildbot/commit/6ed78f08b5e04705ecf065f778314da7be83d530
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-03-11 (Thu, 11 Mar 2010)

Changed paths:
  M buildbot/scripts/runner.py
  M buildbot/status/web/build.py
  M docs/cmdline.texinfo
  M docs/installation.texinfo

Log Message:
-----------
Merge branch 'buildbot-0.8.0'

* buildbot-0.8.0:
  Allow relocatable master and slave buildbot.tac files
  remove overzealous escaping of reason in rebuild()






More information about the Commits mailing list