Skip to content

Commit 8d1ad3f

Browse files
iangmaiaclaude
andauthored
Update activesupport to fix security vulnerabilities (#25450)
Addresses three activesupport security advisories: - GHSA-cg4j-q9v8-6v38: ReDoS vulnerability in number_to_delimited - GHSA-89vf-4333-qx8v: XSS vulnerability in SafeBuffer#% - GHSA-2j26-frm8-cmj9: DoS vulnerability in number helpers Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8001d16 commit 8d1ad3f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.8)
55
abbrev (0.1.2)
6-
activesupport (7.2.3)
6+
activesupport (7.2.3.1)
77
base64
88
benchmark (>= 0.3)
99
bigdecimal
@@ -12,7 +12,7 @@ GEM
1212
drb
1313
i18n (>= 1.6, < 2)
1414
logger (>= 1.4.2)
15-
minitest (>= 5.1)
15+
minitest (>= 5.1, < 6)
1616
securerandom (>= 0.3)
1717
tzinfo (~> 2.0, >= 2.0.5)
1818
addressable (2.8.9)
@@ -279,9 +279,7 @@ GEM
279279
mini_magick (4.13.2)
280280
mini_mime (1.1.5)
281281
mini_portile2 (2.8.9)
282-
minitest (6.0.2)
283-
drb (~> 2.0)
284-
prism (~> 1.5)
282+
minitest (5.27.0)
285283
multi_json (1.19.1)
286284
multipart-post (2.4.1)
287285
mutex_m (0.3.0)

0 commit comments

Comments
 (0)