fix(root): resolve moderate ajv and brace-expansion vulnerabilities fixes DOC-325#1097
Draft
cursor[bot] wants to merge 1 commit into
Draft
fix(root): resolve moderate ajv and brace-expansion vulnerabilities fixes DOC-325#1097cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
…ixes DOC-325 - GHSA-2g4f-4pwh-qvx6 (CVE-2025-69873): pnpm overrides for eslint ajv 6.x (^6.14.0) and @scalar/openapi-parser>ajv (^8.18.0) to avoid hoisting ajv 8 where @novu/framework expects ajv 6. - GHSA-f886-m6hf-6m8v (CVE-2026-33750): override brace-expansion to ^1.1.13. Strategy: pnpm overrides (transitive fixes). Co-authored-by: Dima Grossman <dima@grossman.io>
✅ Deploy Preview for docs-novu ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Linear
DOC-325
Summary
Addresses three
pnpm auditadvisories. Open PR #1095 already covers babel/postcss/mdast; this change targets the next fixable items.Changes
ajv (eslint, advisory 1113714) — GHSA-2g4f-4pwh-qvx6 / CVE-2025-69873 (ReDoS with
$data). Strategy B:pnpm.overridesentryajv@<6.14.0→^6.14.0.ajv (@scalar/openapi-parser, advisory 1113715) — same GHSA for the 8.x line. Strategy B: scoped override
@scalar/openapi-parser>ajv→^8.18.0soajv8 is not hoisted where@novu/frameworkexpectsajv6 (avoids a broadajv@>=7 <8.18override).brace-expansion (advisory 1115540) — GHSA-f886-m6hf-6m8v / CVE-2026-33750 (zero-step sequence hang). Strategy B:
brace-expansion@<1.1.13→^1.1.13.Verification
pnpm install --no-frozen-lockfile1113714,1113715, and1115540are absent frompnpm audit --jsonpnpm buildsucceeds