Skip to content

Commit 55fe010

Browse files
authored
Update InsecureTemporaryFile.ql
1 parent cedc5fd commit 55fe010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-377/InsecureTemporaryFile.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Insecure generation of filenames.
3-
* @description The file can be used to influence the correct operation of the program.
3+
* @description Using a predictable filename when creating a temporary file can lead to an attacker-controlled input.
44
* @kind problem
55
* @id cpp/insecure-generation-of-filename
66
* @problem.severity warning

0 commit comments

Comments
 (0)