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 b71c2ce commit 48b1d01Copy full SHA for 48b1d01
python/ql/src/experimental/Security/CWE-346/CorsBypass.ql
@@ -81,8 +81,6 @@ module CorsBypassConfig implements DataFlow::ConfigSig {
81
}
82
83
predicate observeDiffInformedIncrementalMode() { any() }
84
-
85
- Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
86
87
88
module CorsFlow = TaintTracking::Global<CorsBypassConfig>;
0 commit comments