diff options
author | Josh Triplett <josh@freedesktop.org> | 2008-02-10 14:50:04 -0800 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2008-02-10 14:50:30 -0800 |
commit | 3cda22a27fafc5cdfdd32ddc0644242f61410ce7 (patch) | |
tree | f31adec9875542031ae60d41e6e657489046fc31 /debian/changelog | |
parent | 14414fcd92f9e3c4f7b81ee3608fae7357153b78 (diff) |
Match literal '.' in URI schemas containing '.', rather than matching any character
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 719150ee6..8b6c82568 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,7 +23,11 @@ ikiwiki (2.31.3) unstable; urgency=high * meta: Check that the urls provided for authorurl, permalink, and openid are safe and can't contain javascript. - -- Josh Triplett <josh@freedesktop.org> Sun, 10 Feb 2008 13:59:00 -0800 + [ Josh Triplett ] + * Match literal '.' in URI schemas containing '.', rather than matching any + character. + + -- Josh Triplett <josh@freedesktop.org> Sun, 10 Feb 2008 14:48:48 -0800 ikiwiki (2.31.2) unstable; urgency=high |