Skip to content

Commit c76b6d1

Browse files
authored
Merge pull request #10309 from erik-krogh/leftoverTodo
JS: fix leftover todo in js/insecure-temporary-file
2 parents 810568c + 0776687 commit c76b6d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascript/ql/src/Security/CWE-377/InsecureTemporaryFile.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* @name Insecure temporary file
3-
* @description Creating a temporary file that is accessible by other users TODO:
3+
* @description Creating a temporary file that is accessible by other users can
4+
* lead to information disclosure and sometimes remote code execution.
45
* @kind path-problem
56
* @id js/insecure-temporary-file
67
* @problem.severity warning

0 commit comments

Comments
 (0)