mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-22 16:54:15 +01:00
[security] updated nokogiri to fix CVE-2019-5477
This commit is contained in:
parent
cd3b40f340
commit
2ad188b741
@ -6,6 +6,8 @@
|
|||||||
- Fix a bug: Users with role 'member' cannot download their invoices
|
- Fix a bug: Users with role 'member' cannot download their invoices
|
||||||
- Fix a bug: Wallet credit inputs does not allow to put zeros at the end of the decimal part of the amount
|
- Fix a bug: Wallet credit inputs does not allow to put zeros at the end of the decimal part of the amount
|
||||||
- Fix a bug: unable to create the first user because role member was missing
|
- Fix a bug: unable to create the first user because role member was missing
|
||||||
|
- Fix a security issue: updated nokogiri to 1.10.4 to fix [CVE-2019-5477](https://nvd.nist.gov/vuln/detail/CVE-2019-5477)
|
||||||
|
- Fix a security issue: updated eslint-utils to 1.4.2 to fix [GHSA-3gx7-xhv7-5mx3](https://github.com/mysticatea/eslint-utils/security/advisories/GHSA-3gx7-xhv7-5mx3)
|
||||||
- [TODO DEPLOY] `rake db:migrate`
|
- [TODO DEPLOY] `rake db:migrate`
|
||||||
- [TODO DEPLOY] add the `FABLAB_WITHOUT_ONLINE_PAYMENT` environment variable (see [doc/environment.md](doc/environment.md) for configuration details)
|
- [TODO DEPLOY] add the `FABLAB_WITHOUT_ONLINE_PAYMENT` environment variable (see [doc/environment.md](doc/environment.md) for configuration details)
|
||||||
- [TODO DEPLOY] -> (only dev) `rvm install ruby-2.3.8 && rvm use && bundle install`
|
- [TODO DEPLOY] -> (only dev) `rvm install ruby-2.3.8 && rvm use && bundle install`
|
||||||
|
@ -246,7 +246,7 @@ GEM
|
|||||||
multi_xml (0.5.5)
|
multi_xml (0.5.5)
|
||||||
multipart-post (2.0.0)
|
multipart-post (2.0.0)
|
||||||
naught (1.1.0)
|
naught (1.1.0)
|
||||||
nokogiri (1.10.1)
|
nokogiri (1.10.4)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
notify_with (0.0.2)
|
notify_with (0.0.2)
|
||||||
jbuilder (~> 2.0)
|
jbuilder (~> 2.0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user