You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# remotezip
2
2
3
-
The goal of this forked version of `remotezip` is to use the unzip library for performing some safety checks agains zip bombs. We will also containerize the command line tool.
3
+
The goal of this forked version of `remotezip` is to restrict some of the resources used before extracting.
4
4
5
5
This module provides a way to access single members of a zip file archive without downloading the full content from a remote web server. For this library to work, the web server hosting the archive needs to support the [range](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests) header.
0 commit comments