Skip to content

Commit cd4bd43

Browse files
committed
Bump bundled REXML
Fix ReDoS issue. https://www.ruby-lang.org/en/news/2024/10/28/redos-rexml-cve-2024-49761/ Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent bb1070c commit cd4bd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.template.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RUN refreshenv \
8080
&& echo gem: --no-document >> C:\ProgramData\gemrc \
8181
&& gem install oj -v 3.16.1 \
8282
&& gem install json -v 2.6.3 \
83-
&& gem install rexml -v 3.2.6 \
83+
&& gem install rexml -v 3.4.0 \
8484
&& gem install fluentd -v <%= fluentd_ver %> \
8585
&& gem install win32-service -v 2.3.2 \
8686
&& gem install win32-ipc -v 0.7.0 \

0 commit comments

Comments
 (0)