mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Update java/ql/lib/semmle/code/java/security/PathSanitizer.qll
This commit is contained in:
@@ -224,7 +224,7 @@ private class PathTraversalGuard extends Guard {
|
||||
}
|
||||
|
||||
Expr getCheckedExpr() {
|
||||
exists(MethodAccess ma | ma = this.(BinaryExpr).getAnOperand() or ma = this |
|
||||
exists(MethodAccess ma | ma = this.(EqualityTest).getAnOperand() or ma = this |
|
||||
result = ma.getQualifier()
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user