Ruby/ManuallyCheckHttpVerb

This commit is contained in:
Nora Dimitrijević
2025-10-14 14:19:21 +02:00
parent 6519bd9909
commit 50f2540db1

View File

@@ -88,8 +88,6 @@ private module HttpVerbConfig implements DataFlow::ConfigSig {
}
predicate observeDiffInformedIncrementalMode() { any() }
Location getASelectedSourceLocation(DataFlow::Node source) { none() }
}
private module HttpVerbFlow = TaintTracking::Global<HttpVerbConfig>;