File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ private module HttpVerbConfig implements DataFlow::ConfigSig {
88
88
}
89
89
90
90
predicate observeDiffInformedIncrementalMode ( ) { any ( ) }
91
+
92
+ Location getASelectedSourceLocation ( DataFlow:: Node source ) { none ( ) }
91
93
}
92
94
93
95
private module HttpVerbFlow = TaintTracking:: Global< HttpVerbConfig > ;
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ private module WeakParamsConfig implements DataFlow::ConfigSig {
48
48
predicate isSink ( DataFlow:: Node node ) { node = any ( PersistentWriteAccess a ) .getValue ( ) }
49
49
50
50
predicate observeDiffInformedIncrementalMode ( ) { any ( ) }
51
+
52
+ Location getASelectedSourceLocation ( DataFlow:: Node source ) { none ( ) }
51
53
}
52
54
53
55
private module WeakParamsFlow = TaintTracking:: Global< WeakParamsConfig > ;
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ private module BasicTaintConfig implements DataFlow::ConfigSig {
21
21
}
22
22
23
23
predicate observeDiffInformedIncrementalMode ( ) { any ( ) }
24
+
25
+ Location getASelectedSourceLocation ( DataFlow:: Node source ) { none ( ) }
24
26
}
25
27
26
28
private module BasicTaintFlow = TaintTracking:: Global< BasicTaintConfig > ;
You can’t perform that action at this time.
0 commit comments