Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb30385

Browse files
Update java/ql/src/Security/CWE/CWE-200/TempDirUtils.qll
Co-authored-by: Anders Schack-Mulligen <[email protected]>
1 parent df716cb commit cb30385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ private predicate isTaintedFileCreation(Expr expSource, Expr exprDest) {
5454
}
5555

5656
/**
57-
* Any `File` methods where the temporary directory is still part of the root path.
57+
* A `File` method where the temporary directory is still part of the root path.
5858
*/
5959
private class TaintFollowingFileMethod extends Method {
6060
TaintFollowingFileMethod() {

0 commit comments

Comments
 (0)