summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-19 20:49:26 +0000
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-19 20:49:26 +0000
commit93f8af972bd5b0c2a1f178b5b5d4336153010673 (patch)
tree3c61d2486968213a609234e0022facfccc763d05
parenta4fb4c301fc9cb4e6c04f7a053dd05e123c0ae86 (diff)
web commit by joey
-rw-r--r--doc/security.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/security.mdwn b/doc/security.mdwn
index 0731ff3c5..72568a348 100644
--- a/doc/security.mdwn
+++ b/doc/security.mdwn
@@ -84,7 +84,7 @@ been no problem yet.
ikiwiki does not expose untrusted data to the shell. In fact it doesn't use
system() at all, and the only use of backticks is on data supplied by the
-wiki admin. And it runs with taint checks on of course..
+wiki admin and untainted filenames. And it runs with taint checks on of course..
## cgi data security