Update java/ql/src/Security/CWE/CWE-200/TempDirUtils.qll

Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
Jonathan Leitschuh
2021-04-08 10:13:47 -04:00
committed by Jonathan Leitschuh
parent df716cbaa0
commit cb30385684

View File

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