Pattern: Use of os.tempnam()
/os.tmpnam()
Issue: -
Use of os.tempnam()
and os.tmpnam()
is vulnerable to symlink attacks. Consider using tmpfile()
instead.
Pattern: Use of os.tempnam()
/os.tmpnam()
Issue: -
Use of os.tempnam()
and os.tmpnam()
is vulnerable to symlink attacks. Consider using tmpfile()
instead.