Skip to content

Commit 2ac79f5

Browse files
committed
fix faraday and oj advisories
1 parent e3955b7 commit 2ac79f5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

fluent-package/Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ gem "http_parser.rb", "0.8.1"
2121
gem "yajl-ruby", "1.4.3"
2222
gem "serverengine", "2.4.0"
2323
gem "msgpack", "1.8.1"
24-
gem "oj", "3.16.11"
24+
# fix CVE-2026-54500, CVE-2026-54502, CVE-2026-54592
25+
gem "oj", "3.17.3"
2526
gem "tzinfo", "2.0.6"
2627
gem "tzinfo-data", "1.2026.2"
2728

@@ -98,7 +99,8 @@ gem "fluent-plugin-obsolete-plugins", "0.2.2"
9899
gem "fluent-plugin-opentelemetry", "0.5.2"
99100

100101
# fix CVE-2026-25765,CVE-2026-33637 for elasticseach and opensearch
101-
gem "faraday", "2.14.2"
102+
# fix CVE-2026-54297
103+
gem "faraday", "2.14.3"
102104

103105
windows_platforms = [:mingw, :x64_mingw] # :mswin
104106
# ffi-win32-extensions doesn't support ffi 1.17.1 or later

0 commit comments

Comments
 (0)