mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
[security] updated json to 2.3.1 to fix CVE-2020-10663
This commit is contained in:
parent
d78162d318
commit
3b9ddebc0d
@ -7,6 +7,7 @@
|
|||||||
- Fix a bug: unable to export reservations
|
- Fix a bug: unable to export reservations
|
||||||
- Fix a bug: unable to export subscriptions
|
- Fix a bug: unable to export subscriptions
|
||||||
- Fix a bug: unable to receive mails in development
|
- 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`
|
- [TODO DEPLOY] `rails fablab:maintenance:save_footprint_data`
|
||||||
|
|
||||||
## v4.5.3 2020 July 21
|
## v4.5.3 2020 July 21
|
||||||
|
3
Gemfile
3
Gemfile
@ -24,8 +24,7 @@ gem 'jquery-rails'
|
|||||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||||
gem 'jbuilder', '~> 2.5'
|
gem 'jbuilder', '~> 2.5'
|
||||||
gem 'jbuilder_cache_multi'
|
gem 'jbuilder_cache_multi'
|
||||||
# bundle exec rake doc:rails generates the API under doc/api.
|
gem "json", ">= 2.3.0"
|
||||||
gem 'sdoc', '~> 0.4.0', group: :doc # TODO, remove unused ?
|
|
||||||
|
|
||||||
gem 'forgery'
|
gem 'forgery'
|
||||||
gem 'responders', '~> 2.0'
|
gem 'responders', '~> 2.0'
|
||||||
|
@ -206,7 +206,7 @@ GEM
|
|||||||
rails-dom-testing (>= 1, < 3)
|
rails-dom-testing (>= 1, < 3)
|
||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
json (1.8.6)
|
json (2.3.1)
|
||||||
jwt (2.2.1)
|
jwt (2.2.1)
|
||||||
kaminari (1.2.1)
|
kaminari (1.2.1)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
@ -344,7 +344,6 @@ GEM
|
|||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rb-readline (0.5.5)
|
rb-readline (0.5.5)
|
||||||
rdoc (4.3.0)
|
|
||||||
recurrence (1.3.0)
|
recurrence (1.3.0)
|
||||||
activesupport
|
activesupport
|
||||||
i18n
|
i18n
|
||||||
@ -380,9 +379,6 @@ GEM
|
|||||||
tilt (>= 1.1, < 3)
|
tilt (>= 1.1, < 3)
|
||||||
sassc (2.2.1)
|
sassc (2.2.1)
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
sdoc (0.4.2)
|
|
||||||
json (~> 1.7, >= 1.7.7)
|
|
||||||
rdoc (~> 4.0)
|
|
||||||
seed_dump (3.3.1)
|
seed_dump (3.3.1)
|
||||||
activerecord (>= 4)
|
activerecord (>= 4)
|
||||||
activesupport (>= 4)
|
activesupport (>= 4)
|
||||||
@ -493,6 +489,7 @@ DEPENDENCIES
|
|||||||
jbuilder (~> 2.5)
|
jbuilder (~> 2.5)
|
||||||
jbuilder_cache_multi
|
jbuilder_cache_multi
|
||||||
jquery-rails
|
jquery-rails
|
||||||
|
json (>= 2.3.0)
|
||||||
kaminari
|
kaminari
|
||||||
listen (~> 3.0.5)
|
listen (~> 3.0.5)
|
||||||
message_format
|
message_format
|
||||||
@ -524,7 +521,6 @@ DEPENDENCIES
|
|||||||
rubyXL
|
rubyXL
|
||||||
rubyzip (>= 1.3.0)
|
rubyzip (>= 1.3.0)
|
||||||
sass-rails (~> 5.0, >= 5.0.6)
|
sass-rails (~> 5.0, >= 5.0.6)
|
||||||
sdoc (~> 0.4.0)
|
|
||||||
seed_dump
|
seed_dump
|
||||||
sha3
|
sha3
|
||||||
sidekiq (>= 6.0.7)
|
sidekiq (>= 6.0.7)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user