Python: Add missing @kind for py/insecure-temporary-file.

This commit is contained in:
Taus Brock-Nannestad
2019-03-04 11:06:03 +01:00
parent c49c23068a
commit 63893fe52c

View File

@@ -1,6 +1,7 @@
/**
* @name Insecure temporary file
* @description Creating a temporary file using this method may be insecure.
* @kind problem
* @id py/insecure-temporary-file
* @problem.severity error
* @sub-severity high