Skip to content

Commit 1b35a4e

Browse files
authored
Merge pull request #1026 from taus-semmle/python-unsafe-mktemp-add-missing-kind
Python: Add missing `@kind` for `py/insecure-temporary-file`.
2 parents f13eb18 + 63893fe commit 1b35a4e

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)