Files
codeql/python/ql/test/query-tests/Security/CWE-377/InsecureTemporaryFile.expected
Taus Brock-Nannestad e47b391329 Fix interpolation.
2019-02-26 16:27:04 +01:00

4 lines
338 B
Plaintext

| InsecureTemporaryFile.py:5:16:5:23 | mktemp() | Call to deprecated function tempfile.mktemp may be insecure. |
| InsecureTemporaryFile.py:11:16:11:27 | Attribute() | Call to deprecated function os.tempnam may be insecure. |
| InsecureTemporaryFile.py:17:16:17:26 | Attribute() | Call to deprecated function os.tmpnam may be insecure. |