Skip to content

ci(quality): tolerate unavailable npm advisory endpoint - #114

Merged
rubenvdlinde merged 1 commit into
mainfrom
fix/npm-audit-endpoint-tolerance-gh
Jul 26, 2026
Merged

ci(quality): tolerate unavailable npm advisory endpoint#114
rubenvdlinde merged 1 commit into
mainfrom
fix/npm-audit-endpoint-tolerance-gh

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

npm is retiring the audits/quick endpoint; it now intermittently 400s (audit endpoint returned an error / Invalid package tree), hard-failing both npm-audit steps on a lockfile byte-identical to one that passed days earlier. Warn-and-continue on endpoint-outage signals while still failing on real advisories. Mirrors Codeberg Conduction/.github#73 (this GitHub-main-based branch avoids the cross-forge divergence conflict that closed #113).

npm is retiring the audits/quick advisory endpoint; it now intermittently
returns 400 ('audit endpoint returned an error' / 'Invalid package tree'),
hard-failing both npm-audit steps even on a lockfile byte-identical to one that
passed days earlier. An unreachable advisory endpoint is an infra outage, not a
security finding — warn-and-continue on those endpoint signals while still
failing on real advisories (which print a vuln table).
@rubenvdlinde
rubenvdlinde merged commit c7c51bf into main Jul 26, 2026
3 checks passed
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