From cb3038568447299c1858e8951e0a605dc5eb6b06 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Thu, 8 Apr 2021 10:13:47 -0400 Subject: [PATCH] Update java/ql/src/Security/CWE/CWE-200/TempDirUtils.qll Co-authored-by: Anders Schack-Mulligen --- java/ql/src/Security/CWE/CWE-200/TempDirUtils.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/ql/src/Security/CWE/CWE-200/TempDirUtils.qll b/java/ql/src/Security/CWE/CWE-200/TempDirUtils.qll index 8fc9cbacba7..570d8c6b501 100644 --- a/java/ql/src/Security/CWE/CWE-200/TempDirUtils.qll +++ b/java/ql/src/Security/CWE/CWE-200/TempDirUtils.qll @@ -54,7 +54,7 @@ private predicate isTaintedFileCreation(Expr expSource, Expr exprDest) { } /** - * Any `File` methods where the temporary directory is still part of the root path. + * A `File` method where the temporary directory is still part of the root path. */ private class TaintFollowingFileMethod extends Method { TaintFollowingFileMethod() {