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 4bc9ede commit 998de14Copy full SHA for 998de14
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