Skip to content

Commit e966a74

Browse files
committed
Ruby/WeakParams
1 parent 743989e commit e966a74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ruby/ql/src/experimental/weak-params/WeakParams.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ 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() }
5351
}
5452

5553
private module WeakParamsFlow = TaintTracking::Global<WeakParamsConfig>;

0 commit comments

Comments
 (0)