]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/security.mdwn
added --getctime
[ikiwiki.git] / doc / security.mdwn
index c7a6fcd69dd0d91df051d793ce2d1a0bd2299a52..48d82db898c0f1a8c210ecafdcc97e90bf2f5c6a 100644 (file)
@@ -46,7 +46,9 @@ this wiki, BTW.
 
 Anyone with svn commit access can forge "web commit from foo" and make it appear on [[RecentChanges]] like foo committed. One way to avoid this would be to limit web commits to those done by a certian user.
 
-It's actually possible to force a whole series of svn commits to appear to have come just before yours, by forging svn log output. This could be guarded against somewhat by revision number scanning, since the forged revisions would duplicate the numbers of unforged ones. Or subversion could fix svn log to indent commit messages, which would make such forgery impossible..
+It's actually possible to force a whole series of svn commits to appear to
+have come just before yours, by forging svn log output. This could be
+guarded against by using svn log --xml.
 
 ikiwiki escapes any html in svn commit logs to prevent other mischief.