chore: remediate baseline audit gate#13
Open
bntvllnt wants to merge 1 commit into
Open
Conversation
bntvllnt
commented
May 18, 2026
bntvllnt
left a comment
Contributor
Author
There was a problem hiding this comment.
Review — 0 findings (0 blocking, 0 warn)
BLOCKING
None.
WARN
None.
VERIFIED CLEAN
- Reviewed current head
e9d3b55e75643d0b918ffc6d277ccc5809b7c7f7against basemain; PR is open, non-draft, mergeable, and the live check suite is green. - Reviewed every changed file:
.github/workflows/ci.yml,package.json,pnpm-lock.yaml,scripts/audit-high-critical.mjs, andwww/package.json. - The CI audit job now runs
pnpm run audit:high-critical, and the parser keeps low/moderate advisories visible while failing only whenmetadata.vulnerabilities.highormetadata.vulnerabilities.criticalis non-zero. - The parser fails closed when
pnpm auditcannot run, emits no JSON, emits malformed JSON, or omitsmetadata.vulnerabilities. - Dependency changes are scoped to the audit baseline: Vitest/coverage/Vite, Next/next-intl, @vllnt/eslint-config, and narrow pnpm overrides for the remaining vulnerable transitive ranges. Frozen install, lint, typecheck, unit/e2e tests, build, and audit all pass locally at this head.
- Residual advisories are still explicit in audit output: current local audit reports
low=1,moderate=4,high=0,critical=0; this is not a broad ignore pattern for high/critical issues.
VALIDATION
- GitHub checks inspected live: Audit, Lint (www), Typecheck (cli), Unit Tests, E2E Tests, and Build + Test (www) are all successful.
- Ran locally:
pnpm install --frozen-lockfile— pass. - Ran locally:
pnpm run audit:high-critical— pass, reportslow=1,moderate=4,high=0,critical=0. - Ran local parser branch checks with mocked
pnpm audit --json: high exits 1, low/moderate-only exits 0, malformed JSON exits 1, missing metadata exits 1. - Ran locally:
pnpm run lint— pass. - Ran locally:
pnpm run typecheck— pass. - Ran locally:
pnpm run test— pass, 148 tests passed. - Ran locally:
pnpm run build— pass.
Manual approval recommended; final approval is reserved for bntvllnt.
Contributor
Author
|
Jarvis review fallback: GitHub would not accept a formal REQUEST_CHANGES review from this account on this PR, so this top-level comment is the authoritative review handoff for head Review — 1 finding (1 blocking, 0 warn)BLOCKING
WARN
VERIFIED CLEAN
VALIDATION
Requesting changes for metadata/validation accuracy only; no code-level blocker found in the audit gate implementation. |
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.
Summary
pnpm auditfindings fromorigin/mainwith targeted dependency upgrades and overrides.pnpm run audit:high-critical, which parsespnpm audit --jsonmetadata and fails CI only when high or critical counts are nonzero.Audit policy / residual advisories
pnpm run audit:high-criticalreports: low=1, moderate=4, high=0, critical=0.cliadvisory (GHSA-6cpc-mj5c-m9rq) remains visible but is non-blocking under the baseline high/critical policy.Validation
pnpm install --frozen-lockfilepnpm run audit:high-critical-> low=1, moderate=4, high=0, critical=0pnpm run lintpnpm run buildpnpm -F create-vllnt-app typecheckpnpm test -- --project unit --reporter=verbose-> 6 files, 82 tests passedpnpm -F www test:e2e:installpnpm -F www test:e2e-> 4 tests passedgit diff --checkNotes
fix/oss-neutral-template-cleanup.>=22.12to match the resolved Vite 8 engine requirement.middlewareconvention deprecation, Playwright OS fallback, andnext startstandalone warning during e2e web server startup.