Skip to content

Commit 63893fe

Browse files
committed
Python: Add missing @kind for py/insecure-temporary-file.
1 parent c49c230 commit 63893fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* @name Insecure temporary file
33
* @description Creating a temporary file using this method may be insecure.
4+
* @kind problem
45
* @id py/insecure-temporary-file
56
* @problem.severity error
67
* @sub-severity high

0 commit comments

Comments
 (0)