Skip to content

fix(deps): resolve js-yaml CVE-2026-84375 - #83

Merged
asachs01 merged 1 commit into
mainfrom
fix/js-yaml-advisory
Sep 15, 2026
Merged

asachs01 merged 1 commit into
mainfrom
fix/js-yaml-advisory

Conversation

@asachs01

@asachs01 asachs01 commented Sep 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

Resolves the open HIGH js-yaml Dependabot advisory CVE-2026-84375 (alert #46, >= 4.0.0, < 4.3.2) so Vanta's "High vulnerabilities" test clears.

js-yaml is only a transitive devDependency, pulled on the 4.x line via cosmiconfig.

Fix

Added a scoped npm override so the cosmiconfig consumer resolves to the patched 4.x line:

"cosmiconfig": { "js-yaml": "^4.3.2" }

Lockfile now resolves js-yaml to 4.3.2.

Verification

  • npm audit0 vulnerabilities
  • npm run build ✅ · npm run lint ✅ · npm run typecheck ✅ · npm run test

View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

js-yaml is a transitive devDependency flagged HIGH (CVE-2026-84375).
Added scoped npm override(s) to force the patched line without
breaking any consumer. npm audit now reports 0 vulnerabilities.
@coderabbitai

coderabbitai Bot commented Sep 15, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 32 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used all 10 included reviews currently available.

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: e491c6c1-7b97-4a43-b0e0-698ac06cba62

📥 Commits

Reviewing files that changed from the base of the PR and between b0622b1 and d79db21.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json, !**/package-lock.json
📒 Files selected for processing (2)
  • CHANGELOG.md
  • package.json

Comment @coderabbitai help to get the list of available commands.

@asachs01
asachs01 merged commit 8e7a7b1 into main Sep 15, 2026
4 checks passed
@asachs01
asachs01 deleted the fix/js-yaml-advisory branch September 15, 2026 16:34
@asachs01 asachs01 mentioned this pull request Sep 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant