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 {
17
17
predicate isSink ( DataFlow:: Node sink ) { sink instanceof Sink }
18
18
19
19
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
- }
30
20
}
31
21
32
22
/**
Original file line number Diff line number Diff line change @@ -18,16 +18,6 @@ private module PolynomialReDoSConfig implements DataFlow::ConfigSig {
18
18
predicate isSink ( DataFlow:: Node sink ) { sink instanceof Sink }
19
19
20
20
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
- }
31
21
}
32
22
33
23
/**
You can’t perform that action at this time.
0 commit comments