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.
ZipSlip.ql
1 parent 4b58082 commit 8521f9aCopy full SHA for 8521f9a
python/ql/src/experimental/Security/CWE-022/ZipSlip.ql
@@ -20,4 +20,3 @@ from ZipSlipConfig config, DataFlow::PathNode source, DataFlow::PathNode sink
20
where config.hasFlowPath(source, sink)
21
select sink.getNode(), source, sink, "Extraction of zipfile from $@", source.getNode(),
22
"a potentially untrusted source"
23
-
0 commit comments