We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedc5fd commit 55fe010Copy full SHA for 55fe010
cpp/ql/src/experimental/Security/CWE/CWE-377/InsecureTemporaryFile.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Insecure generation of filenames.
3
- * @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.
4
* @kind problem
5
* @id cpp/insecure-generation-of-filename
6
* @problem.severity warning
0 commit comments