Skip to content

Commit 9dcc5d5

Browse files
chore(deps): bump nokogiri to 1.19.3 to fix GHSA-353f-x4gh-cqq8 (#4)
Nokogiri < 1.18.9 ships a vendored libxml2 with two 9.1-critical CVEs (use-after-free + memory corruption) plus three lower-severity ones. Bump the transitive dependency above the patched 1.18.9 floor; conservative update resolved to the latest 1.19.3 across all locked platforms. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 37d16f8 commit 9dcc5d5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,17 @@ GEM
6969
mcp (0.1.0)
7070
json_rpc_handler (~> 0.1)
7171
minitest (5.25.5)
72-
nokogiri (1.18.7-aarch64-linux-gnu)
72+
nokogiri (1.19.3-aarch64-linux-gnu)
7373
racc (~> 1.4)
74-
nokogiri (1.18.7-aarch64-linux-musl)
74+
nokogiri (1.19.3-aarch64-linux-musl)
7575
racc (~> 1.4)
76-
nokogiri (1.18.7-arm64-darwin)
76+
nokogiri (1.19.3-arm64-darwin)
7777
racc (~> 1.4)
78-
nokogiri (1.18.7-x86_64-darwin)
78+
nokogiri (1.19.3-x86_64-darwin)
7979
racc (~> 1.4)
80-
nokogiri (1.18.7-x86_64-linux-gnu)
80+
nokogiri (1.19.3-x86_64-linux-gnu)
8181
racc (~> 1.4)
82-
nokogiri (1.18.7-x86_64-linux-musl)
82+
nokogiri (1.19.3-x86_64-linux-musl)
8383
racc (~> 1.4)
8484
packwerk (3.2.2)
8585
activesupport (>= 6.0)

0 commit comments

Comments
 (0)