1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

[security] updated json to 2.3.1 to fix CVE-2020-10663

This commit is contained in:
Sylvain 2020-07-29 14:36:22 +02:00
parent d78162d318
commit 3b9ddebc0d
3 changed files with 4 additions and 8 deletions

View File

@ -7,6 +7,7 @@
- Fix a bug: unable to export reservations
- Fix a bug: unable to export subscriptions
- Fix a bug: unable to receive mails in development
- Fix a security issue: updated json to 2.3.1 to fix [CVE-2020-10663](https://nvd.nist.gov/vuln/detail/CVE-2020-10663)
- [TODO DEPLOY] `rails fablab:maintenance:save_footprint_data`
## v4.5.3 2020 July 21

View File

@ -24,8 +24,7 @@ gem 'jquery-rails'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
gem 'jbuilder_cache_multi'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc # TODO, remove unused ?
gem "json", ">= 2.3.0"
gem 'forgery'
gem 'responders', '~> 2.0'

View File

@ -206,7 +206,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.6)
json (2.3.1)
jwt (2.2.1)
kaminari (1.2.1)
activesupport (>= 4.1.0)
@ -344,7 +344,6 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rb-readline (0.5.5)
rdoc (4.3.0)
recurrence (1.3.0)
activesupport
i18n
@ -380,9 +379,6 @@ GEM
tilt (>= 1.1, < 3)
sassc (2.2.1)
ffi (~> 1.9)
sdoc (0.4.2)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
seed_dump (3.3.1)
activerecord (>= 4)
activesupport (>= 4)
@ -493,6 +489,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
jbuilder_cache_multi
jquery-rails
json (>= 2.3.0)
kaminari
listen (~> 3.0.5)
message_format
@ -524,7 +521,6 @@ DEPENDENCIES
rubyXL
rubyzip (>= 1.3.0)
sass-rails (~> 5.0, >= 5.0.6)
sdoc (~> 0.4.0)
seed_dump
sha3
sidekiq (>= 6.0.7)