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 df7ffb2 commit b0a29b1Copy full SHA for b0a29b1
python/ql/lib/semmle/python/security/dataflow/TarSlipQuery.qll
@@ -22,8 +22,4 @@ class Configuration extends TaintTracking::Configuration {
22
override predicate isSink(DataFlow::Node sink) { sink instanceof Sink }
23
24
override predicate isSanitizer(DataFlow::Node node) { node instanceof Sanitizer }
25
-
26
- deprecated override predicate isSanitizerGuard(DataFlow::BarrierGuard guard) {
27
- guard instanceof SanitizerGuard
28
- }
29
}
0 commit comments