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 235a3ec commit 432fc74Copy full SHA for 432fc74
cpp/ql/src/experimental/Security/CWE/CWE-377/InsecureTemporaryFile.ql
@@ -1,8 +1,8 @@
1
/**
2
- * @name Find insecure work with the file name.
+ * @name Insecure generation of filenames.
3
* @description The file can be used to influence the correct operation of the program.
4
* @kind problem
5
- * @id cpp/insecure-work-with-file-name
+ * @id cpp/insecure-generation-of-filename
6
* @problem.severity warning
7
* @precision medium
8
* @tags correctness
0 commit comments