From 504cb648d166cf7336ef5ddd3aedfcb11fe04e4a Mon Sep 17 00:00:00 2001 From: Taus Brock-Nannestad Date: Tue, 26 Feb 2019 13:26:20 +0100 Subject: [PATCH] Change query description. --- python/ql/src/Security/CWE-377/InsecureTemporaryFile.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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