We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743989e commit e966a74Copy full SHA for e966a74
ruby/ql/src/experimental/weak-params/WeakParams.ql
@@ -48,8 +48,6 @@ private module WeakParamsConfig implements DataFlow::ConfigSig {
48
predicate isSink(DataFlow::Node node) { node = any(PersistentWriteAccess a).getValue() }
49
50
predicate observeDiffInformedIncrementalMode() { any() }
51
-
52
- Location getASelectedSourceLocation(DataFlow::Node source) { none() }
53
}
54
55
private module WeakParamsFlow = TaintTracking::Global<WeakParamsConfig>;
0 commit comments