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 1105cd5 commit df7ffb2Copy full SHA for df7ffb2
python/ql/lib/semmle/python/security/dataflow/TarSlipCustomizations.qll
@@ -31,13 +31,6 @@ module TarSlip {
31
*/
32
abstract class Sanitizer extends DataFlow::Node { }
33
34
- /**
35
- * DEPRECATED: Use `Sanitizer` instead.
36
- *
37
- * A sanitizer guard for "tar slip" vulnerabilities.
38
- */
39
- abstract deprecated class SanitizerGuard extends DataFlow::BarrierGuard { }
40
-
41
/**
42
* A call to `tarfile.open`, considered as a flow source.
43
0 commit comments