chore(deps): resolve dependency security vulnerabilities#100
Merged
Conversation
- Add fast-uri >=3.1.2 override to fix CVE-2026-6321 and CVE-2026-6322 (path traversal and host confusion in URI parsing) - Bump github/codeql-action from 4.35.1 to 4.35.2 (SHA pin update) - Run npm audit fix to resolve protobufjs CVE-2026-41242 (CVSS 9.8, arbitrary code execution via unsanitized type names) and vite CVE-2026-39363/39364/39365 (dev server file read/path traversal) - Add GHSA-v2v4-37r5-5v8g to audit-ci allowlist (ip-address XSS, bundled in npm, unfixable at project level) All target vulnerabilities resolved. Remaining 3 audit findings are bundled inside npm itself and already allowlisted. Closes #95, closes #97, closes #98, closes #99
|
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
Consolidated fix for 4 open Dependabot PRs, resolving 7 CVEs across npm and GitHub Actions dependencies:
npm audit fix(semver range allowed it)npm audit fix(peer dep of vitest)Changes
"fast-uri": ">=3.1.2"to overrides (follows existing pattern)npm install+npm audit fixGHSA-v2v4-37r5-5v8g(ip-address XSS, bundled in npm, unfixable)Risk Assessment
@valkey/valkey-glide. Used for internal protocol handling with trusted schemas. Zero runtime exposure.Verification
npm audit: All target CVEs resolved (3 remaining are bundled in npm itself, already allowlisted)npm run build: Pass (ESM + CJS + DTS)npm test: 412/412 tests passDependabot PRs
Closes #95, closes #97, closes #98, closes #99