mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
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:
committed by
Jonathan Leitschuh
parent
df716cbaa0
commit
cb30385684
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user