Subject: | Predictable filename in /tmp/ |
One of the tests in MediaWiki-1.13 creates a file /tmp/mediawiki.msg
Predictable files in /tmp/ are a security issue and should by all means
be avoided. There are race conditions that can be exploited when users
run the tests a root.
Besides, it would be polite to clean up the /tmp/ directory at the end
of the tests.
Thanks,