Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90b7fd5

Browse files
authored
Update ZipSlipQuery.qll
1 parent 6066e82 commit 90b7fd5

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

csharp/ql/lib/semmle/code/csharp/security/dataflow/ZipSlipQuery.qll

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@
4949
}
5050
}
5151

52-
/**
53-
* DEPRECATED: Use `Sanitizer` instead.
54-
*
55-
* A guard for unsafe zip extraction.
56-
*/
57-
abstract deprecated class SanitizerGuard extends DataFlow::BarrierGuard { }
58-
5952
/**
6053
* DEPRECATED: Use `ZipSlip` instead.
6154
*
@@ -69,10 +62,6 @@
6962
override predicate isSink(DataFlow::Node sink) { sink instanceof Sink }
7063

7164
override predicate isSanitizer(DataFlow::Node node) { node instanceof Sanitizer }
72-
73-
deprecated override predicate isSanitizerGuard(DataFlow::BarrierGuard guard) {
74-
guard instanceof SanitizerGuard
75-
}
7665
}
7766

7867
/**
@@ -486,4 +475,4 @@
486475

487476
override predicate isSanitizer(DataFlow::Node node) { node instanceof Sanitizer }
488477
}
489-
478+

0 commit comments

Comments
 (0)