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 ce03aeb commit 12c53baCopy full SHA for 12c53ba
java/ql/src/experimental/Security/CWE/CWE-073/PathSanitizer.qll
@@ -179,9 +179,7 @@ abstract class SanitizedNode extends DataFlow::Node { }
179
180
class NodeWithPathNormalizer extends SanitizedNode {
181
NodeWithPathNormalizer() {
182
- exists(MethodAccess ma |
183
- DataFlow::localExprFlow(this.asExpr(), ma) and ma instanceof PathNormalizeSanitizer
184
- )
+ DataFlow::localExprFlow(this.asExpr(), any(PathNormalizeSanitizer ma))
185
}
186
187
0 commit comments