Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ npmAuditExcludePackages: []

npmAuditIgnoreAdvisories:
- 1112686 # https://github.com/advisories/GHSA-p5wg-g6qr-c7cg
- 1116970 # https://github.com/advisories/GHSA-w5hq-g745-h8pq
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npmAuditIgnoreAdvisories entries are security exceptions; this new ignore only links the GHSA but doesn’t capture why it’s acceptable here (e.g. JIRA/WS-NA context, whether it’s dev-only / non-exploitable in this repo) or when it should be removed. Please expand the inline comment to include the tracking ticket and a review/removal date so the ignore doesn’t become permanent by default.

Suggested change
- 1116970 # https://github.com/advisories/GHSA-w5hq-g745-h8pq
- 1116970 # https://github.com/advisories/GHSA-w5hq-g745-h8pq; temporary exception for this repo only because the affected path is non-exploitable here / dev-only as assessed during review; tracking ticket: WS-NA-TODO; review or remove by: YYYY-MM-DD

Copilot uses AI. Check for mistakes.

plugins:
- checksum: 5e73a1acbb9741fce1e8335e243c9480ea2107b9b4b65ed7643785ddea9e3019aee254a92a853b1cd71023b16fff5b7d3afd5256fe57cd35a54f8785b8c30281
Expand Down
Loading