Update InsecureTemporaryFile.expected

This commit is contained in:
ihsinme
2021-11-10 09:23:51 +03:00
committed by GitHub
parent 7514fe2b45
commit a0448240aa

View File

@@ -1 +1,2 @@
| test.cpp:11:20:11:25 | call to tmpnam | Finding the name of a file that does not exist does not mean that it will not be exist at the next operation. |
| test.cpp:16:20:16:25 | call to tmpnam | Finding the name of a file that does not exist does not mean that it will not be exist at the next operation. |
| test.cpp:42:8:42:12 | call to fopen | Creating a file for writing without evaluating its existence and setting permissions can be unsafe. |