Skip to content

Commit 0776687

Browse files
committed
fix leftover todo in js/insecure-temporary-file
1 parent 6674e07 commit 0776687

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)