Skip to content

Commit 8521f9a

Browse files
authored
Python: Autoformat ZipSlip.ql
1 parent 4b58082 commit 8521f9a

File tree

1 file changed

+0
-1
lines changed
  • python/ql/src/experimental/Security/CWE-022

1 file changed

+0
-1
lines changed

python/ql/src/experimental/Security/CWE-022/ZipSlip.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ from ZipSlipConfig config, DataFlow::PathNode source, DataFlow::PathNode sink
2020
where config.hasFlowPath(source, sink)
2121
select sink.getNode(), source, sink, "Extraction of zipfile from $@", source.getNode(),
2222
"a potentially untrusted source"
23-

0 commit comments

Comments
 (0)