Skip to content

Commit b0a29b1

Browse files
yoffRasmusWL
andauthored
Update python/ql/lib/semmle/python/security/dataflow/TarSlipQuery.qll
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
1 parent df7ffb2 commit b0a29b1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/ql/lib/semmle/python/security/dataflow/TarSlipQuery.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@ class Configuration extends TaintTracking::Configuration {
2222
override predicate isSink(DataFlow::Node sink) { sink instanceof Sink }
2323

2424
override predicate isSanitizer(DataFlow::Node node) { node instanceof Sanitizer }
25-
26-
deprecated override predicate isSanitizerGuard(DataFlow::BarrierGuard guard) {
27-
guard instanceof SanitizerGuard
28-
}
2925
}

0 commit comments

Comments
 (0)