diff --git a/python/ql/src/Security/CWE-377/InsecureTemporaryFile.ql b/python/ql/src/Security/CWE-377/InsecureTemporaryFile.ql index e4443ed8a1c..6b7a0cbe3e6 100644 --- a/python/ql/src/Security/CWE-377/InsecureTemporaryFile.ql +++ b/python/ql/src/Security/CWE-377/InsecureTemporaryFile.ql @@ -1,6 +1,6 @@ /** * @name Insecure temporary file - * @description Creating a temporary file name may be insecure. + * @description Creating a temporary file using this method may be insecure. * @id py/insecure-temporary-file * @problem.severity error * @sub-severity high