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.
2 parents 810568c + 0776687 commit c76b6d1Copy full SHA for c76b6d1
javascript/ql/src/Security/CWE-377/InsecureTemporaryFile.ql
@@ -1,6 +1,7 @@
1
/**
2
* @name Insecure temporary file
3
- * @description Creating a temporary file that is accessible by other users TODO:
+ * @description Creating a temporary file that is accessible by other users can
4
+ * lead to information disclosure and sometimes remote code execution.
5
* @kind path-problem
6
* @id js/insecure-temporary-file
7
* @problem.severity warning
0 commit comments