1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

(security) CVE-2023-27530

Bump rack from 2.2.6.2 to 2.2.6.3
This commit is contained in:
Sylvain 2023-03-13 13:55:00 +01:00 committed by Sylvain
commit 155173928a
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
- Fix a bug: empty advanced accounting code is not defaulted to the general setting
- Fix a bug: invalid style in accounting codes settings
- Fix a bug: wrong namespace for task cart_operator
- Fix a security issue: updated rack to 2.2.6.3 to fix [CVE-2023-27530](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-27530)
- [TODO DEPLOY] `rails fablab:fix:cart_operator`
- [TODO DEPLOY] `rails fablab:setup:build_accounting_lines`
- [TODO DEPLOY] `rails fablab:fix:pack_minutes_used`

View File

@ -299,7 +299,7 @@ GEM
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.6.1)
rack (2.2.6.2)
rack (2.2.6.3)
rack-oauth2 (1.19.0)
activesupport
attr_required