mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
[security] updated rubyzip to fix CVE-2018-1000544
This commit is contained in:
parent
0f67568448
commit
a9b97c386e
@ -4,6 +4,7 @@
|
|||||||
- Fix a security issue: dependency jQuery < 3.0.0 has a vulnerability as described in [CVE-2015-9251](https://nvd.nist.gov/vuln/detail/CVE-2015-9251)
|
- Fix a security issue: dependency jQuery < 3.0.0 has a vulnerability as described in [CVE-2015-9251](https://nvd.nist.gov/vuln/detail/CVE-2015-9251)
|
||||||
- Fix a security issue: dependency moment < 2.11.2 has a vulnerability as described in [CVE-2016-4055](https://nvd.nist.gov/vuln/detail/CVE-2016-4055)
|
- Fix a security issue: dependency moment < 2.11.2 has a vulnerability as described in [CVE-2016-4055](https://nvd.nist.gov/vuln/detail/CVE-2016-4055)
|
||||||
- Fix a security issue: dependency moment < 2.19.3 has a vulnerability as described in [CVE-2017-18214](https://nvd.nist.gov/vuln/detail/CVE-2017-18214)
|
- Fix a security issue: dependency moment < 2.19.3 has a vulnerability as described in [CVE-2017-18214](https://nvd.nist.gov/vuln/detail/CVE-2017-18214)
|
||||||
|
- Fix a security issue: dependency RubyZip < 1.1.2 has a vulnerability as described in [CVE-2018-1000544](https://nvd.nist.gov/vuln/detail/CVE-2018-1000544)
|
||||||
|
|
||||||
# v2.7.0 2018 November 27
|
# v2.7.0 2018 November 27
|
||||||
|
|
||||||
|
3
Gemfile
3
Gemfile
@ -140,7 +140,8 @@ gem 'apipie-rails'
|
|||||||
gem 'has_secure_token'
|
gem 'has_secure_token'
|
||||||
|
|
||||||
# XLS files generation
|
# XLS files generation
|
||||||
gem 'axlsx', git: 'https://github.com/randym/axlsx', branch: 'release-3.0.0'
|
gem 'axlsx', git: 'https://github.com/randym/axlsx', branch: 'master'
|
||||||
gem 'axlsx_rails'
|
gem 'axlsx_rails'
|
||||||
|
gem 'rubyzip', '>= 1.2.2'
|
||||||
|
|
||||||
gem 'rack-protection', '1.5.5'
|
gem 'rack-protection', '1.5.5'
|
||||||
|
11
Gemfile.lock
11
Gemfile.lock
@ -1,12 +1,12 @@
|
|||||||
GIT
|
GIT
|
||||||
remote: https://github.com/randym/axlsx
|
remote: https://github.com/randym/axlsx
|
||||||
revision: 977c09de1515e86536f0c952c08be319fbbab870
|
revision: c593a08b2a929dac7aa8dc418b55e26b4c49dc34
|
||||||
branch: release-3.0.0
|
branch: master
|
||||||
specs:
|
specs:
|
||||||
axlsx (3.0.0.pre)
|
axlsx (3.0.0.pre)
|
||||||
htmlentities (~> 4.3.4)
|
htmlentities (~> 4.3, >= 4.3.4)
|
||||||
mimemagic (~> 0.3)
|
mimemagic (~> 0.3)
|
||||||
nokogiri (>= 1.7.1)
|
nokogiri (~> 1.8, >= 1.8.2)
|
||||||
rubyzip (~> 1.2, >= 1.2.1)
|
rubyzip (~> 1.2, >= 1.2.1)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
@ -366,7 +366,7 @@ GEM
|
|||||||
rolify (4.0.0)
|
rolify (4.0.0)
|
||||||
ruby-progressbar (1.7.5)
|
ruby-progressbar (1.7.5)
|
||||||
ruby-rc4 (0.1.5)
|
ruby-rc4 (0.1.5)
|
||||||
rubyzip (1.2.1)
|
rubyzip (1.2.2)
|
||||||
rufus-scheduler (3.0.9)
|
rufus-scheduler (3.0.9)
|
||||||
tzinfo
|
tzinfo
|
||||||
rvm-capistrano (1.5.6)
|
rvm-capistrano (1.5.6)
|
||||||
@ -550,6 +550,7 @@ DEPENDENCIES
|
|||||||
recurrence
|
recurrence
|
||||||
responders (~> 2.0)
|
responders (~> 2.0)
|
||||||
rolify
|
rolify
|
||||||
|
rubyzip (>= 1.2.2)
|
||||||
rvm-capistrano
|
rvm-capistrano
|
||||||
sass-rails (= 5.0.1)
|
sass-rails (= 5.0.1)
|
||||||
sdoc (~> 0.4.0)
|
sdoc (~> 0.4.0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user