X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/62f1f9732b746a84a1fd3ee67b70f7a297fcdb42..90923561734f17ad777237bed5e7b40e682344eb:/doc/security.mdwn diff --git a/doc/security.mdwn b/doc/security.mdwn index c7a6fcd69..48d82db89 100644 --- a/doc/security.mdwn +++ b/doc/security.mdwn @@ -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.