Update InsecureTemporaryFile.ql

This commit is contained in:
ihsinme
2021-11-09 09:33:33 +03:00
committed by GitHub
parent cedc5fd743
commit 55fe01018f

View File

@@ -1,6 +1,6 @@
/**
* @name Insecure generation of filenames.
* @description The file can be used to influence the correct operation of the program.
* @description Using a predictable filename when creating a temporary file can lead to an attacker-controlled input.
* @kind problem
* @id cpp/insecure-generation-of-filename
* @problem.severity warning