File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
ruby/ql/lib/codeql/ruby/security/regexp Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,6 @@ private module MissingFullAnchorConfig implements DataFlow::ConfigSig {
1717 predicate isSink ( DataFlow:: Node sink ) { sink instanceof Sink }
1818
1919 predicate isBarrier ( DataFlow:: Node node ) { node instanceof Sanitizer }
20-
21- predicate observeDiffInformedIncrementalMode ( ) { any ( ) }
22-
23- Location getASelectedSinkLocation ( DataFlow:: Node sink ) {
24- result = sink .( Sink ) .getLocation ( )
25- or
26- result = sink .( Sink ) .getCallNode ( ) .getLocation ( )
27- or
28- result = sink .( Sink ) .getRegex ( ) .getLocation ( )
29- }
3020}
3121
3222/**
Original file line number Diff line number Diff line change @@ -18,16 +18,6 @@ private module PolynomialReDoSConfig implements DataFlow::ConfigSig {
1818 predicate isSink ( DataFlow:: Node sink ) { sink instanceof Sink }
1919
2020 predicate isBarrier ( DataFlow:: Node node ) { node instanceof Sanitizer }
21-
22- predicate observeDiffInformedIncrementalMode ( ) { any ( ) }
23-
24- Location getASelectedSinkLocation ( DataFlow:: Node sink ) {
25- result = sink .( Sink ) .getLocation ( )
26- or
27- result = sink .( Sink ) .getHighlight ( ) .getLocation ( )
28- or
29- result = sink .( Sink ) .getRegExp ( ) .getLocation ( )
30- }
3121}
3222
3323/**
You can’t perform that action at this time.
0 commit comments