Ruby/WeakParams

This commit is contained in:
Nora Dimitrijević
2025-10-14 14:19:55 +02:00
parent 50f2540db1
commit 495be51ae7

View File

@@ -48,8 +48,6 @@ private module WeakParamsConfig implements DataFlow::ConfigSig {
predicate isSink(DataFlow::Node node) { node = any(PersistentWriteAccess a).getValue() }
predicate observeDiffInformedIncrementalMode() { any() }
Location getASelectedSourceLocation(DataFlow::Node source) { none() }
}
private module WeakParamsFlow = TaintTracking::Global<WeakParamsConfig>;