Skip to content

Commit

Permalink
upgrade rubyzip to >= 1.3.0
Browse files Browse the repository at this point in the history
unning bundle-audit to check for insecure dependencies...
Updating ruby-advisory-db ...
From https://github.com/rubysec/ruby-advisory-db
 * branch            master     -> FETCH_HEAD
Already up to date.
Updated ruby-advisory-db
ruby-advisory-db: 406 advisories
Name: rubyzip
Version: 1.2.3
Advisory: CVE-2019-16892
Criticality: Unknown
URL: rubyzip/rubyzip#403
Title: Denial of Service in rubyzip ("zip bombs")
Solution: upgrade to >= 1.3.0

Vulnerabilities found!

Failed. Security vulnerabilities were found.
  • Loading branch information
zurbergram committed Sep 30, 2019
1 parent e6b3e61 commit 3df7fd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -26,7 +26,7 @@ gem 'govdelivery-tms', '2.8.4', require: 'govdelivery/tms/mail/delivery_method'
gem 'pg', '~> 0.15'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rubyzip', '~> 1.2', '>= 1.2.1'
gem 'rubyzip', '>= 1.3.0'

gem 'sentry-raven', '~> 2.3.0'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -312,7 +312,7 @@ GEM
ruby-saml (1.11.0)
nokogiri (>= 1.5.10)
ruby_dep (1.5.0)
rubyzip (1.2.3)
rubyzip (1.3.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand Down Expand Up @@ -420,7 +420,7 @@ DEPENDENCIES
rspec-rails
rubocop (~> 0.53.0)
ruby-saml
rubyzip (~> 1.2, >= 1.2.1)
rubyzip (>= 1.3.0)
sass-rails (~> 5.0)
scss_lint
sdoc (~> 0.4.0)
Expand Down

0 comments on commit 3df7fd7

Please sign in to comment.