Python/CorsBypass

This commit is contained in:
Nora Dimitrijević
2025-10-14 14:08:35 +02:00
parent 4bc9ede2e8
commit 998de144ea

View File

@@ -81,8 +81,6 @@ module CorsBypassConfig implements DataFlow::ConfigSig {
}
predicate observeDiffInformedIncrementalMode() { any() }
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
}
module CorsFlow = TaintTracking::Global<CorsBypassConfig>;