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
Родитель c49c23068a
Коммит 63893fe52c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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