Skip to content

Commit 0f606d9

Browse files
Remove redundant super call.
Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
1 parent 522a8af commit 0f606d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ class PolynomialRedosConfig extends TaintTracking::Configuration {
4141
override predicate isSink(DataFlow::Node sink) { sink instanceof PolynomialRedosSink }
4242

4343
override predicate isSanitizer(DataFlow::Node node) {
44-
super.isSanitizer(node) or
4544
node.getType() instanceof PrimitiveType or
4645
node.getType() instanceof BoxedType or
4746
node.asExpr().(MethodAccess).getMethod() instanceof LengthRestrictedMethod

0 commit comments

Comments
 (0)