Closed
Conversation
Copilot created this pull request from a session on behalf of
btravers
July 20, 2026 22:52
View session
Contributor
|
@copilot CI must pass |
Add pnpm overrides to fix the 6 HIGH vulnerabilities exposed after removing auditConfig.ignoreGhsas: - GHSA-3jxr-9vmj-r5cp (brace-expansion DoS): override @1→1.1.16, @2→2.1.2, @5→5.0.7 - GHSA-52cp-r559-cp3m (js-yaml quadratic CPU): override @3→3.15.0, @4→4.3.0 - GHSA-fx2h-pf6j-xcff (vite server.fs.deny bypass): no patch exists in vite 5.x; force global vite to 8.0.16 (already-installed patched version used by vitest). Add peerDependencyRules.allowedVersions to allow @vitejs/plugin-vue@5.x to accept vite 8.x as a peer. `pnpm audit --audit-level=high` now exits 0 (only 1 low + 2 moderate remain, all below the threshold).
Contributor
Author
Fixed in the latest commit. The 6 HIGH vulnerabilities exposed by removing
|
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.
Drops all 8 suppressed GHSA advisories from
pnpm-workspace.yaml. These suppressions mask known vulnerabilities frompnpm auditand should not be silenced long-term.Changes
pnpm-workspace.yaml: Remove the entireauditConfig.ignoreGhsasblock