diff mercurial/templates/rss/header.tmpl @ 18526:9409aeaafdc1 stable

hgweb: urlescape all urls, HTML escape repo/tag/branch/... names Without this, repository paths or names containing e.g. & characters or html tags yielded strange results, possibly allowing cross-site scripting attacks.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 01 Feb 2013 20:43:35 +0100
parents f91e5630ce7e
children
line wrap: on
line diff
--- a/mercurial/templates/rss/header.tmpl	Fri Feb 01 15:14:05 2013 -0600
+++ b/mercurial/templates/rss/header.tmpl	Fri Feb 01 20:43:35 2013 +0100
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="{encoding}"?>
 <rss version="2.0">
   <channel>
-    <link>{urlbase}{url}</link>
+    <link>{urlbase}{url|urlescape}</link>
     <language>en-us</language>