Skip to content

fix: audit-deps failure on circular deps in npm audit json and update nsprc to fix audit failure due to DoS advisories in transitive deps#3628

Merged
rpl merged 2 commits into
masterfrom
fix/audit-deps-circular-deps-and-update-nsprc
Feb 23, 2026
Merged

fix: audit-deps failure on circular deps in npm audit json and update nsprc to fix audit failure due to DoS advisories in transitive deps#3628
rpl merged 2 commits into
masterfrom
fix/audit-deps-circular-deps-and-update-nsprc

Conversation

@rpl
Copy link
Copy Markdown
Member

@rpl rpl commented Feb 23, 2026

This PR includes two small changes:

  • a small fix to audit-deps script to prevent it to hit an infinite recursion failure if npm audit json includes circular dependencies (which used to be the case due to recent advisory related to eslint dependencies, but it seems to not be reproducing anymore)

  • new additions to nsprc ignore list for the new DoS related advisories inherited from transitive depedencies (and to be removed once the related dependencies have been updated and the exclusions not needed anymore).

Fixes #3627

@rpl rpl requested a review from willdurand February 23, 2026 11:41
@rpl rpl self-assigned this Feb 23, 2026
@rpl rpl changed the title fix: audit-deps failure on circular deps in npm audit json and update nsprc to fix audit failure due to DoS advisories in transitive deps fix: audit-deps failure on circular deps in npm audit json and update nsprc to fix audit failure due to DoS advisories in transitive deps Feb 23, 2026
@rpl rpl merged commit 60d6ac6 into master Feb 23, 2026
4 checks passed
@rpl rpl deleted the fix/audit-deps-circular-deps-and-update-nsprc branch February 23, 2026 12:25
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.

CI keeps failing because of our npm audit script

2 participants