summaryrefslogtreecommitdiff
path: root/lib/safe_zip/extract.rb
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2023-01-31 11:45:59 +0000
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2023-01-31 11:45:59 +0000
commit637146034ce2a23df46d90b8e0b77d75553fdbb9 (patch)
tree7c6244459250fc610480d52bc0231f411d0547c4 /lib/safe_zip/extract.rb
parentc3e54801bb461b6d53c48e3194f87cb5ebf3f5ba (diff)
parent383efe57adfb30756ce6ce0d3f47c32a33c2ca85 (diff)
downloadgitlab-ce-637146034ce2a23df46d90b8e0b77d75553fdbb9.tar.gz
Merge remote-tracking branch 'dev/15-8-stable' into 15-8-stable
Diffstat (limited to 'lib/safe_zip/extract.rb')
-rw-r--r--lib/safe_zip/extract.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/safe_zip/extract.rb b/lib/safe_zip/extract.rb
index 74df7895afe..b86941e6bea 100644
--- a/lib/safe_zip/extract.rb
+++ b/lib/safe_zip/extract.rb
@@ -6,6 +6,7 @@ module SafeZip
PermissionDeniedError = Class.new(Error)
SymlinkSourceDoesNotExistError = Class.new(Error)
UnsupportedEntryError = Class.new(Error)
+ EntrySizeError = Class.new(Error)
AlreadyExistsError = Class.new(Error)
NoMatchingError = Class.new(Error)
ExtractError = Class.new(Error)