We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcaae2 commit 69d1895Copy full SHA for 69d1895
java/ql/lib/semmle/code/java/security/PathSanitizer.qll
@@ -224,7 +224,7 @@ private class PathTraversalGuard extends Guard {
224
}
225
226
Expr getCheckedExpr() {
227
- exists(MethodAccess ma | ma = this.(BinaryExpr).getAnOperand() or ma = this |
+ exists(MethodAccess ma | ma = this.(EqualityTest).getAnOperand() or ma = this |
228
result = ma.getQualifier()
229
)
230
0 commit comments