From: Joey Hess Date: Fri, 27 Mar 2015 16:17:39 +0000 (-0400) Subject: Fix XSS in openid selector. Thanks, Raghav Bisht. X-Git-Tag: debian/3.20141016.2~1 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/e0406eadd387f2a1dc56c8034504bc5d127dae28 Fix XSS in openid selector. Thanks, Raghav Bisht. Conflicts: debian/changelog doc/bugs/XSS_Alert...__33____33____33__.html --- diff --git a/debian/changelog b/debian/changelog index dccbb21c0..2692de13a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ikiwiki (3.20141016.2) UNRELEASED; urgency=high + + [ Joey Hess ] + * Fix XSS in openid selector. Thanks, Raghav Bisht. + + -- Simon McVittie Sun, 29 Mar 2015 22:28:15 +0100 + ikiwiki (3.20141016.1) unstable; urgency=medium * Backport selected commits for Debian 8: diff --git a/templates/openid-selector.tmpl b/templates/openid-selector.tmpl index b6be2720c..0fd833042 100644 --- a/templates/openid-selector.tmpl +++ b/templates/openid-selector.tmpl @@ -23,7 +23,7 @@ $(document).ready(function() {
- +