diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-10 16:08:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-10 16:08:59 -0400 |
commit | 609e74bbd83925d2eea797a64620a20f57df75a5 (patch) | |
tree | 227c174641ef1e8d47e53a2e4531d9c22da233d7 /doc | |
parent | 914a5645a55a884b1d61b7aa5734de426da18d76 (diff) |
fix what I think is a typo
Diffstat (limited to 'doc')
-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 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). |