comparison mercurial/templates/atom/branches.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 add2f9ddcfb5
children dd2cf90a3731
comparison
equal deleted inserted replaced
18525:462579cbad45 18526:9409aeaafdc1
1 {header} 1 {header}
2 <id>{urlbase}{url}</id> 2 <id>{urlbase}{url|urlescape}</id>
3 <link rel="self" href="{urlbase}{url}atom-tags"/> 3 <link rel="self" href="{urlbase}{url|urlescape}atom-tags"/>
4 <link rel="alternate" href="{urlbase}{url}tags"/> 4 <link rel="alternate" href="{urlbase}{url|urlescape}tags"/>
5 <title>{repo|escape}: branches</title> 5 <title>{repo|escape}: branches</title>
6 <summary>{repo|escape} branch history</summary> 6 <summary>{repo|escape} branch history</summary>
7 <author><name>Mercurial SCM</name></author> 7 <author><name>Mercurial SCM</name></author>
8 {latestentry%feedupdated} 8 {latestentry%feedupdated}
9 9