From: Joey Hess Date: Thu, 10 Apr 2008 20:08:59 +0000 (-0400) Subject: fix what I think is a typo X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/609e74bbd83925d2eea797a64620a20f57df75a5?ds=inline fix what I think is a typo --- diff --git a/doc/security.mdwn b/doc/security.mdwn index 723daeccc..373f64557 100644 --- a/doc/security.mdwn +++ b/doc/security.mdwn @@ -149,7 +149,7 @@ option. ## XSS holes in CGI output -ikiwiki has not yet been audited to ensure that all cgi script input/output +ikiwiki has been audited to ensure that all cgi script input/output is sanitised to prevent XSS attacks. For example, a user can't register with a username containing html code (anymore).