Skip to content

Commit ce2207a

Browse files
authored
Merge pull request #23721 from agrare/faraday_2_14_1
Require at least faraday v2.14.1
2 parents b6fa882 + 0cbf03e commit ce2207a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ gem "wim_parser", "~>1.0", :require => false
8484

8585
# gems to resolve security issues
8686
gem "cgi", "~> 0.5"
87+
gem "faraday", "~> 2.14", ">= 2.14.1" # CVE-2026-25765: https://github.com/advisories/GHSA-33mh-2634-fwr2
8788
gem "time", "~> 0.2.2" # CVE-2023-28756: https://github.com/advisories/GHSA-fg7x-g82r-94qc; ruby 3.1.4+
8889
gem "uri", "~> 0.13.3" # CVE-2025-61594: https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594/
8990
# Avoid URI 1.0.0 for now due to: https://github.com/ruby/uri/issues/125

0 commit comments

Comments
 (0)