Skip to content

Commit aaa92b3

Browse files
authored
Merge pull request #8954 from ylecuyer/bump-cgi-yle
Secuity: Bump cgi to 0.4.2. CVE-2025-27220 CVE-2025-27219
2 parents a5f7b8b + a60aca1 commit aaa92b3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This will run the default "install" goal (`mvn install`) and will do all of the
2727

2828
* Compile JRuby
2929
* Build `lib/jruby.jar`, needed for running at command line
30-
* It will install the default gems specifications `lib/ruby/gems/shared/specifications/default/` and the ruby files of those gems in `lib/ruby/stdlib/`.
30+
* It will install the default gems specifications `lib/pom.rb` and the ruby files of those gems in `lib/ruby/stdlib/`.
3131

3232
The environment is now suitable for running Ruby applications.
3333

lib/pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def log(message=nil)
2020
['rubygems-update', '3.6.9', { bin: false, require_paths: ['lib'] }],
2121
['benchmark', '0.4.0'],
2222
['bundler', '2.6.9'],
23-
['cgi', '0.4.1'],
23+
['cgi', '0.4.2'],
2424
# Currently using a stub gem for JRuby until we can incorporate our code.
2525
# https://github.com/ruby/date/issues/48
2626
['date', '3.4.1'],

lib/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ DO NOT MODIFY - GENERATED CODE
7373
<dependency>
7474
<groupId>rubygems</groupId>
7575
<artifactId>cgi</artifactId>
76-
<version>0.4.1</version>
76+
<version>0.4.2</version>
7777
<type>gem</type>
7878
<scope>provided</scope>
7979
<exclusions>
@@ -1121,7 +1121,7 @@ DO NOT MODIFY - GENERATED CODE
11211121
<include>specifications/rubygems-update-3.6.9*</include>
11221122
<include>specifications/benchmark-0.4.0*</include>
11231123
<include>specifications/bundler-2.6.9*</include>
1124-
<include>specifications/cgi-0.4.1*</include>
1124+
<include>specifications/cgi-0.4.2*</include>
11251125
<include>specifications/date-3.4.1*</include>
11261126
<include>specifications/delegate-0.4.0*</include>
11271127
<include>specifications/did_you_mean-2.0.0*</include>
@@ -1203,7 +1203,7 @@ DO NOT MODIFY - GENERATED CODE
12031203
<include>gems/rubygems-update-3.6.9*/**/*</include>
12041204
<include>gems/benchmark-0.4.0*/**/*</include>
12051205
<include>gems/bundler-2.6.9*/**/*</include>
1206-
<include>gems/cgi-0.4.1*/**/*</include>
1206+
<include>gems/cgi-0.4.2*/**/*</include>
12071207
<include>gems/date-3.4.1*/**/*</include>
12081208
<include>gems/delegate-0.4.0*/**/*</include>
12091209
<include>gems/did_you_mean-2.0.0*/**/*</include>
@@ -1285,7 +1285,7 @@ DO NOT MODIFY - GENERATED CODE
12851285
<include>cache/rubygems-update-3.6.9*</include>
12861286
<include>cache/benchmark-0.4.0*</include>
12871287
<include>cache/bundler-2.6.9*</include>
1288-
<include>cache/cgi-0.4.1*</include>
1288+
<include>cache/cgi-0.4.2*</include>
12891289
<include>cache/date-3.4.1*</include>
12901290
<include>cache/delegate-0.4.0*</include>
12911291
<include>cache/did_you_mean-2.0.0*</include>

0 commit comments

Comments
 (0)