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 {
8888 }
8989
9090 predicate observeDiffInformedIncrementalMode ( ) { any ( ) }
91+
92+ Location getASelectedSourceLocation ( DataFlow:: Node source ) { none ( ) }
9193}
9294
9395private 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 {
4848 predicate isSink ( DataFlow:: Node node ) { node = any ( PersistentWriteAccess a ) .getValue ( ) }
4949
5050 predicate observeDiffInformedIncrementalMode ( ) { any ( ) }
51+
52+ Location getASelectedSourceLocation ( DataFlow:: Node source ) { none ( ) }
5153}
5254
5355private 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 {
2121 }
2222
2323 predicate observeDiffInformedIncrementalMode ( ) { any ( ) }
24+
25+ Location getASelectedSourceLocation ( DataFlow:: Node source ) { none ( ) }
2426}
2527
2628private module BasicTaintFlow = TaintTracking:: Global< BasicTaintConfig > ;
You can’t perform that action at this time.
0 commit comments