ci: add pnpm audit to CI workflow#162
Closed
mroderick wants to merge 3 commits into
Closed
Conversation
Uses pnpm overrides to force patched versions of transitive dependencies with known high-severity vulnerabilities: - picomatch: ^4.0.4 (ReDoS, GHSA-c2c7-rcm5-vvqj) - path-to-regexp: ^8.4.0 (DoS, GHSA-j3q9-mxjg-w52f) - lodash-es: ^4.18.0 (code injection, GHSA-r5fr-rjxr-66jc) - lodash: ^4.18.0 (code injection, GHSA-r5fr-rjxr-66jc) - esbuild: ^0.28.1 (RCE, GHSA-gv7w-rqvm-qjhr) - fastify: ^5.8.5 (validation bypass, GHSA-247c-9743-5963) All 6 high-severity advisories are now resolved. Remaining vulnerabilities are 18 moderate and 1 low, all in dev dependencies.
Deploying idempot-js with
|
| Latest commit: |
95c2f11
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://482ce32c.idempot-js.pages.dev |
| Branch Preview URL: | https://feat-pnpm-audit-ci.idempot-js.pages.dev |
mroderick
force-pushed
the
feat/pnpm-audit-ci
branch
from
June 13, 2026 16:51
5075ee1 to
cd0ca83
Compare
Run pnpm audit --audit-level=high in the lint job to catch severe vulnerabilities before they reach the main branch.
mroderick
force-pushed
the
feat/pnpm-audit-ci
branch
from
June 13, 2026 16:53
cd0ca83 to
95c2f11
Compare
Contributor
Author
|
Consolidating into #163 which includes both the CI audit step and the VitePress upgrade that resolves the esbuild vulnerability. |
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.
Adds pnpm audit --audit-level=high to the lint job to catch severe vulnerabilities before they reach the main branch.