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() {