Skip to content

Commit 432fc74

Browse files
ihsinmeMathiasVP
andauthored
Apply suggestions from code review
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent 235a3ec commit 432fc74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
2-
* @name Find insecure work with the file name.
2+
* @name Insecure generation of filenames.
33
* @description The file can be used to influence the correct operation of the program.
44
* @kind problem
5-
* @id cpp/insecure-work-with-file-name
5+
* @id cpp/insecure-generation-of-filename
66
* @problem.severity warning
77
* @precision medium
88
* @tags correctness

0 commit comments

Comments
 (0)