Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6066e82 commit 90b7fd5Copy full SHA for 90b7fd5
1 file changed
csharp/ql/lib/semmle/code/csharp/security/dataflow/ZipSlipQuery.qll
@@ -49,13 +49,6 @@
49
}
50
51
52
- /**
53
- * DEPRECATED: Use `Sanitizer` instead.
54
- *
55
- * A guard for unsafe zip extraction.
56
- */
57
- abstract deprecated class SanitizerGuard extends DataFlow::BarrierGuard { }
58
-
59
/**
60
* DEPRECATED: Use `ZipSlip` instead.
61
*
@@ -69,10 +62,6 @@
69
62
override predicate isSink(DataFlow::Node sink) { sink instanceof Sink }
70
63
71
64
override predicate isSanitizer(DataFlow::Node node) { node instanceof Sanitizer }
72
73
- deprecated override predicate isSanitizerGuard(DataFlow::BarrierGuard guard) {
74
- guard instanceof SanitizerGuard
75
- }
76
65
77
66
78
67
@@ -486,4 +475,4 @@
486
475
487
476
488
477
489
478
+
0 commit comments