chore(deps): raise the fast-uri override floor to 3.1.6 - #665
Merged
Conversation
pnpm audit --prod --audit-level=high fails on every PR since the four high-severity fast-uri advisories (SSRF via repeated hostname percent-decoding, host confusion via percent-encoded scheme normalization and skipped IDN handling) landed against < 3.1.6. The package is only reached through @modelcontextprotocol/sdk > ajv; the existing override floor moves from ^3.1.4 to ^3.1.6 and the lockfile resolves 3.1.7. Remaining audit findings are 1 low + 2 moderate, below the CI threshold. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DP1W22KJbkHZi4ueAtMFPF
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Summary
pnpm audit --prod --audit-level=high(the Build and Test job's "Audit dependencies" step) fails on every open PR since four high-severityfast-uriadvisories (SSRF via repeated hostname percent-decoding, host confusion via percent-encoded scheme normalization and via skipped IDN handling) were published against versions < 3.1.6.fast-uriis only reached through@modelcontextprotocol/sdk→ajv.The existing
pnpm.overridesfloor moves from^3.1.4to^3.1.6; the lockfile resolves 3.1.7 (released today). The lockfile diff is exclusively thefast-uriversion references. Locally the audit now reports 1 low + 2 moderate, below the CI threshold.Unblocks #662 and #664, whose Build and Test legs fail only on this step.
🤖 Generated with Claude Code
https://claude.ai/code/session_01DP1W22KJbkHZi4ueAtMFPF