aboutsummaryrefslogtreecommitdiff
path: root/doc/security.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-10 16:08:59 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-10 16:08:59 -0400
commit609e74bbd83925d2eea797a64620a20f57df75a5 (patch)
tree227c174641ef1e8d47e53a2e4531d9c22da233d7 /doc/security.mdwn
parent914a5645a55a884b1d61b7aa5734de426da18d76 (diff)
downloadikiwiki-609e74bbd83925d2eea797a64620a20f57df75a5.tar
ikiwiki-609e74bbd83925d2eea797a64620a20f57df75a5.tar.gz
fix what I think is a typo
Diffstat (limited to 'doc/security.mdwn')
-rw-r--r--doc/security.mdwn2
1 files changed, 1 insertions, 1 deletions
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).