Skip to content

Commit be0b38a

Browse files
committed
https://nvd.nist.gov/vuln/detail/CVE-2026-33637 GHSA-5rv5-xj5j-3484 Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent aa80212 commit be0b38a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

fluent-package/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ gem "fluent-plugin-fluent-package-update-notifier", "0.2.3"
9797
gem "fluent-plugin-obsolete-plugins", "0.2.2"
9898
gem "fluent-plugin-opentelemetry", "0.5.2"
9999

100-
# fix CVE-2026-25765 for elasticseach and opensearch
101-
gem "faraday", "2.14.1"
100+
# fix CVE-2026-25765,CVE-2026-33637 for elasticseach and opensearch
101+
gem "faraday", "2.14.2"
102102

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

fluent-package/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/fluent-plugins-nursery/ffi-win32-extensions
3-
revision: da0b5539fe35c02a6d17da83ddef7cda688e7628
3+
revision: a549365f60c06635bd9b14dd961db118721a2aec
44
branch: fluent-package
55
specs:
66
ffi-win32-extensions (1.1.1)
@@ -17,8 +17,8 @@ GIT
1717

1818
GIT
1919
remote: https://github.com/fluent/fluentd
20-
revision: 00d3a1ed4ef5c3e48ed537c5960efecfe68df69d
21-
ref: 00d3a1ed4ef5c3e48ed537c5960efecfe68df69d
20+
revision: c16dd7ed11b9c158d30c189481b80099bcf9c5f8
21+
ref: c16dd7ed11b9c158d30c189481b80099bcf9c5f8
2222
specs:
2323
fluentd (1.19.2)
2424
async-http (~> 0.86)
@@ -128,7 +128,7 @@ GEM
128128
faraday-excon (2.3.0)
129129
excon (>= 1.0.0)
130130
faraday (>= 2.11.0, < 3)
131-
faraday-net_http (3.4.2)
131+
faraday-net_http (3.4.3)
132132
net-http (~> 0.5)
133133
faraday_middleware-aws-sigv4 (1.0.1)
134134
aws-sigv4 (~> 1.0)

0 commit comments

Comments
 (0)