Update ZipSlip.ql

This commit is contained in:
Ahmed Farid
2022-03-11 14:13:28 +01:00
committed by GitHub
parent 0de1cef26e
commit eb71cdf7a2

View File

@@ -16,9 +16,8 @@ import python
import experimental.semmle.python.security.ZipSlip
import DataFlow::PathGraph
from ZipSlipConfig config, DataFlow::PathNode source,
DataFlow::PathNode sink
from ZipSlipConfig config, DataFlow::PathNode source, DataFlow::PathNode sink
where config.hasFlowPath(source, sink)
select sink.getNode(), source, sink, "Extraction of zipfile from $@", source.getNode(),
"a potentially untrusted source"