diff options
author | intrigeri <intrigeri@boum.org> | 2008-10-15 00:34:25 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-10-18 15:49:11 +0200 |
commit | d07c6b707da7c22d6b744b8cf50e306766e11ba9 (patch) | |
tree | 6f329fd392c83ce1417b4144f0d9dee5576e8030 /doc | |
parent | 27bfe18f51b717128b2d920bdfab2516dd8d6ac8 (diff) | |
download | ikiwiki-d07c6b707da7c22d6b744b8cf50e306766e11ba9.tar ikiwiki-d07c6b707da7c22d6b744b8cf50e306766e11ba9.tar.gz |
po plugin: todo++ : security note about system()
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/po.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 9ae6d964a..044a165b3 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -186,6 +186,10 @@ Committing changes to a "master" page: - all the needed POT and PO files have to be created - the PO files must be checked into version control +**FIXME** `refreshpofiles` uses `system()`, whose args have to be +checked more thoroughly to prevent any security issue (command +injection, etc.). + UI consistency: rename "Edit" button on slave pages --------------------------------------------------- |