Commit 9ff7440
authored
Prevent "Zip Slip" (#497)
See
- Snyk: Zip Slip Vulnerability https://snyk.io/research/zip-slip-vulnerability
- OWASP: Path Traversal https://owasp.org/www-community/attacks/Path_Traversal
- Common Weakness Enumeration https://cwe.mitre.org/data/definitions/22.html.
Closes #4961 parent d3c0bcc commit 9ff7440
File tree
1 file changed
+4
-0
lines changed- api-client/src/test/java/de/gesellix/docker/remote/api/testutil
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
0 commit comments