[Buildbot-commits] [buildbot/buildbot] ce5b08: Version bumps to 0.8.1 (final)

GitHub noreply at github.com
Mon Nov 24 01:10:34 UTC 2014


  Branch: refs/heads/buildbot-0.8.1
  Home:   https://github.com/buildbot/buildbot
  Commit: ce5b088625ff31aba2101da02cb6eb84c0fe79bd
      https://github.com/buildbot/buildbot/commit/ce5b088625ff31aba2101da02cb6eb84c0fe79bd
  Author: Ben Hearsum <bhearsum at foo-ix-blah.(none)>
  Date:   2010-07-06 (Tue, 06 Jul 2010)

  Changed paths:
    M master/NEWS
    M master/buildbot/__init__.py
    M slave/buildslave/__init__.py

  Log Message:
  -----------
  Version bumps to 0.8.1 (final)


  Commit: fbd1f22de582c1e702401449bdc5762d35d163d5
      https://github.com/buildbot/buildbot/commit/fbd1f22de582c1e702401449bdc5762d35d163d5
  Author: Dustin J. Mitchell <dustin at zmanda.com>
  Date:   2010-10-01 (Fri, 01 Oct 2010)

  Changed paths:
    M master/buildbot/status/web/templates/console.html

  Log Message:
  -----------
  Fix XSS holes in /console

backport of
  5d5165652d96ad7a91a267ab9fe1adcdc67b414e


  Commit: 5379782be141be8fdeeecf40c05d7224a60b0bc3
      https://github.com/buildbot/buildbot/commit/5379782be141be8fdeeecf40c05d7224a60b0bc3
  Author: Amber Yust <ayust at yelp.com>
  Date:   2010-10-01 (Fri, 01 Oct 2010)

  Changed paths:
    M master/buildbot/status/web/templates/console.html

  Log Message:
  -----------
  Don't need to double-escape comments.

changecomment already handles escaping for us.

backport of
  6499d21fc58b294a9f08df74eb6710d1a63cd67d


  Commit: 246ec1b957fb5712c3590b2c6eadeb175e08cd34
      https://github.com/buildbot/buildbot/commit/246ec1b957fb5712c3590b2c6eadeb175e08cd34
  Author: Dustin J. Mitchell <dustin at zmanda.com>
  Date:   2010-10-01 (Fri, 01 Oct 2010)

  Changed paths:
    M master/buildbot/status/web/templates/console.html

  Log Message:
  -----------
  Back off some escaping on things that were verified as safe.

backport of
  200bb6227cc0bfcdbbeb530b3d7ac82ffc6090c4


  Commit: adb6dca2da0cbe8bdf594eac2b184b0e5cf2c4b5
      https://github.com/buildbot/buildbot/commit/adb6dca2da0cbe8bdf594eac2b184b0e5cf2c4b5
  Author: Amber Yust <ayust at yelp.com>
  Date:   2010-10-01 (Fri, 01 Oct 2010)

  Changed paths:
    M master/buildbot/status/web/base.py

  Log Message:
  -----------
  Use cgi.escape for comment escaping.

jinja2.escape escapes too much (quote marks) for things
that aren't going to be placed in attribute values.

backport of
  e326c445bb0cf2fd0e27cafe0e561ea7163a1267


  Commit: dc114ccab33e2076ea537082bcd22467913c83f2
      https://github.com/buildbot/buildbot/commit/dc114ccab33e2076ea537082bcd22467913c83f2
  Author: Dustin J. Mitchell <dustin at zmanda.com>
  Date:   2010-10-01 (Fri, 01 Oct 2010)

  Changed paths:
    M master/buildbot/status/web/base.py

  Log Message:
  -----------
  escape parts of comments correctly

A change comment gets broken up into (a) unmatched text and (b) matched
text, where the unmatched text must be escaped and the matched text
needs to be properly escaped *after* expanding match groups.

backport of
  21d74603ed7999c9b8801566e8a865e017df70b1


  Commit: 4a5b02b7939de18cf424c6882af0b5d6c15678b9
      https://github.com/buildbot/buildbot/commit/4a5b02b7939de18cf424c6882af0b5d6c15678b9
  Author: Dustin J. Mitchell <dustin at zmanda.com>
  Date:   2010-10-01 (Fri, 01 Oct 2010)

  Changed paths:
    M master/NEWS
    M master/buildbot/__init__.py
    M slave/NEWS
    M slave/buildslave/__init__.py

  Log Message:
  -----------
  Bump version to 0.8.1p1 and update NEWS


Compare: https://github.com/buildbot/buildbot/compare/ce5b088625ff^...4a5b02b7939d


More information about the Commits mailing list