Update InsecureTemporaryFile.expected

This commit is contained in:
ihsinme
2022-03-14 09:35:03 +03:00
committed by GitHub
parent 1db759cc4d
commit de92356c88

View File

@@ -1,2 +1 @@
| 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. |