Skip to content

Commit b711832

Browse files
committed
Java: PolynomialReDos (keep excluded)
1 parent a4b5689 commit b711832

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

java/ql/lib/semmle/code/java/security/regexp/PolynomialReDoSQuery.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ module PolynomialRedosConfig implements DataFlow::ConfigSig {
4747
node instanceof SimpleTypeSanitizer or
4848
node.asExpr().(MethodCall).getMethod() instanceof LengthRestrictedMethod
4949
}
50-
51-
predicate observeDiffInformedIncrementalMode() {
52-
any() // TODO: Make sure that the location overrides match the query's select clause: Column 5 does not select a source or sink originating from the flow call on line 24 (/Users/d10c/src/semmle-code/ql/java/ql/src/Security/CWE/CWE-730/PolynomialReDoS.ql@28:67:28:72)
53-
}
5450
}
5551

5652
module PolynomialRedosFlow = TaintTracking::Global<PolynomialRedosConfig>;

0 commit comments

Comments
 (0)