Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update snyk policy to ignore one of non-applicable ELECTRON vuln and extend the expity of aggrid-community package #6047

Merged
merged 1 commit into from
Jul 22, 2024
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
11 changes: 9 additions & 2 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,21 @@ version: v1.25.0
ignore:
SNYK-JS-AGGRIDCOMMUNITY-1932011:
- '*':
reason: Not applicable as we do not use a valueFormatter or cellRenderer function
expires: 2024-07-17T18:27:24.346Z
reason: >-
Not applicable as we do not use a valueFormatter or cellRenderer
function
expires: 2024-08-17T18:27:24.346Z
created: 2024-01-18T18:27:24.353Z
SNYK-JS-AXIOS-6032459:
- '*':
reason: Not applicable to axios usage inside node-analytics package
expires: 2024-10-30T10:18:43.435Z
created: 2023-10-30T10:18:43.435Z
SNYK-JS-ELECTRON-7443355:
- '*':
reason: Not applicable as we do not open / allow opening random webpages in our Electron app.
expires: 2024-07-25T12:41:36.996Z
created: 2024-07-19T12:41:36.999Z
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:ms:20170412':
Expand Down
Loading