Skip to content

Commit b514795

Browse files
authored
Merge pull request #815 from kbrock/CVE-2025-61919
update rack for CVE-2025-59830
2 parents a2253fe + 6d4deed commit b514795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundle
1616
gem "rails", "~>7.2.2", ">=7.2.2.1"
1717

1818
# security fixes for indirect dependencies
19-
gem "rack", ">=2.2.19" # CVE-2025-61772 https://github.com/rack/rack/security/advisories/GHSA-wpv5-97wm-hp9c
19+
gem "rack", ">=2.2.20" # CVE-2025-61919 https://github.com/advisories/GHSA-6xw4-3v39-52mm
2020
gem "thor", ">= 1.4.0" # CVE-2025-54314 https://github.com/advisories/GHSA-mqcp-p2hv-vw6x (railties)

0 commit comments

Comments
 (0)