diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-18 06:22:38 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-18 06:22:38 +0000 |
commit | 4d6f5e5a144e20bbda1c8e2d7d611b945394448f (patch) | |
tree | 7469c9a95c29fca7272165c59a5a0468835a9aab | |
parent | 2f0d94c80b5f0cbcd659ddd552d829e581766fdc (diff) |
update
-rw-r--r-- | doc/security.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/security.mdwn b/doc/security.mdwn index 65ebfd7b2..f3567d155 100644 --- a/doc/security.mdwn +++ b/doc/security.mdwn @@ -242,7 +242,7 @@ ikiwiki escapes any html in svn commit logs to prevent other mischief. ## XML::Parser XML::Parser is used by the aggregation plugin, and has some security holes. -#[378411](http://bugs.debian.org/378411) does not +Bug #[378411](http://bugs.debian.org/378411) does not seem to affect our use, since the data is not encoded as utf-8 at that point. #[378412](http://bugs.debian.org/378412) could affect us, although it doesn't seem very exploitable. It has a simple fix, and has been fixed in |