Patch two high-severity advisories in dev dependencies - #3245
Open
olaservo wants to merge 1 commit into
Open
Conversation
Both are transitive, lockfile-only, and within the ranges their parents already declare, so no direct dependency moves. - fast-uri 3.1.4 -> 3.1.5 (CVE-2026-18446, GHSA-7p8r-x3mc-p8w7): host confusion via a backslash authority introducer. Reaches the tree through ajv, which declares ^3.0.1. This is Dependabot alert #90, open since 2026-08-04. - brace-expansion 5.0.8 -> 5.0.9 (GHSA-rgw5-rvv9-x895): DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation. Reaches the tree through eslint -> minimatch. Not reported by Dependabot. `npm audit` now reports 0 vulnerabilities. Verified the consumers of both packages still work: `eslint schema/` is clean and `tsx scripts/validate-examples.ts` passes 258/258. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Motivation and Context
Two high-severity advisories, both transitive dev dependencies. Lockfile-only; each new version is within the range its parent already declares.
fast-uri3.1.4 → 3.1.5 — CVE-2026-18446, host confusion via backslash authority introducer. Viaajv(^3.0.1). This is Dependabot alert Resource Content / LLM Context Placement Hint #90, open since 2026-08-04.brace-expansion5.0.8 → 5.0.9 — GHSA-rgw5-rvv9-x895, DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation. Viaeslint→minimatch. Not reported by Dependabot —npm auditcatches it but the alerts API lists only Resource Content / LLM Context Placement Hint #90, so it would otherwise sit unnoticed.How Has This Been Tested?
npm audit→ 0 vulnerabilities (was 2 high).npx eslint schema/clean (brace-expansion consumer).npx tsx scripts/validate-examples.ts→ 258 passed, 0 failed (ajv consumer).Breaking Changes
None. Two patch bumps; no direct dependency moves.
Types of changes
Checklist
Additional context
Branched from
main. If these should also reachdocs/2026-07-28-releasebefore it merges, that needs a separate cherry-pick.🤖 Generated with Claude Code