π security: patch transitive CVEs in apps/web (js-yaml) and e2e (@opentelemetry/core)#438
Merged
Conversation
fumadocs-mdx@14.2.11 pulled js-yaml 4.1.1 transitively into apps/web, which Dependabot flags for GHSA-h67p-54hq-rp68 (fixed in 4.2.0). Added an npm override pinning js-yaml to 4.2.0; the postinstall docs-sync/MDX frontmatter generation (the js-yaml consumer) runs clean on the patched version. Website build-time dependency only β not shipped in the drydock container image.
artillery pulled @opentelemetry/core 2.7.1 transitively into e2e, vulnerable to unbounded memory allocation in W3C Baggage propagation (GHSA-8988-4f7v-96qf, fixed in 2.8.0). Added an npm override pinning it to 2.8.0 β a drop-in minor bump, no API break. Test-only load-test dependency; not shipped in the image.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Reportβ All modified and coverable lines are covered by tests. π’ Thoughts on this report? Let us know! |
biggest-littlest
approved these changes
Jun 16, 2026
biggest-littlest
left a comment
Member
There was a problem hiding this comment.
Post-rc.37 dep hygiene, test/build-time only. CI green incl. Cucumber + Playwright (validates the otel bump against artillery). osv scan clean. LGTM.
ALARGECOMPANY
approved these changes
Jun 16, 2026
ALARGECOMPANY
left a comment
Member
There was a problem hiding this comment.
Both overrides are clean drop-ins (js-yaml 4.x patch, otel minor); not shipped in the image. Approving.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Post-rc.37 dependency hygiene for two transitive CVEs flagged after the cut. Both are build/test-time only β neither is in the shipped drydock container image.
fumadocs-mdxpulledjs-yaml@4.1.1(GHSA-h67p-54hq-rp68, fixed 4.2.0). Override β 4.2.0; postinstall docs-sync/MDX frontmatter generation runs clean. Clears Dependabot Testing v1.4.0 β rc.12 and beyondΒ #139.@opentelemetry/core@2.7.1(CVE-2026-54285, unbounded memory in W3C Baggage propagation, fixed 2.8.0). Override β 2.8.0, a drop-in minor bump.Full
qlty check --all --filter=osv-scanneris clean after both. CHANGELOG[Unreleased]notes added for traceability into the next RC.Not bundling the remaining e2e
js-yaml@3.14.2(artillery): its only fix removes thesafeLoad()API artillery calls, so it's triaged in.qlty/qlty.tomland the Dependabot alert (#140) is dismissed as tolerable_risk (test-only, trusted input).