1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

(security) Merge pull request #361 from sleede/dependabot/bundler/rack-2.2.3.1

Bump rack from 2.2.3 to 2.2.3.1
This commit is contained in:
Sylvain 2022-05-30 09:29:39 +02:00 committed by Sylvain
commit 9716efa611
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@
- Fix a bug: unable to run scripts on systemts with legacy version of docker-compose
- Fix a bug: unable to sign up if admin actived organization's additional fields with required
- Fix a bug: undefined error in new member page
- Fix a security issue: updated rack to 2.2.3.1 to fix [CVE-2022-30123](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30123) and [CVE-2022-30122](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30122)
## v5.4.1 2022 May 23

View File

@ -300,7 +300,7 @@ GEM
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.6.0)
rack (2.2.3)
rack (2.2.3.1)
rack-oauth2 (1.19.0)
activesupport
attr_required