~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/release.py

  • Committer: William Grant
  • Date: 2011-03-24 23:02:29 UTC
  • mfrom: (441.1.7 xss-fix)
  • Revision ID: william.grant@canonical.com-20110324230229-zq85fy6aqvlyylbu
Improve escaping of filenames in revision views. Fixes a couple of XSS holes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Release information about loggerhead
2
 
 
3
 
version = "1.2.1"
4
 
 
5
 
description = "Loggerhead is a web viewer for projects in bazaar."
6
 
 
7
 
author = "Robey Pointer"
8
 
email = "robey@lag.net"
9
 
 
10
 
license = "GPL"
11
 
url = "http://launchpad.net/loggerhead"
12
 
download_url = "https://launchpad.net/loggerhead/trunk/1.2/+download/loggerhead-1.2.tar.gz"