From c9a0c8ac4ea45108917b6181fce60549f51d0fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Membr=C3=A9?= Date: Mon, 25 Nov 2024 12:11:16 +0100 Subject: [PATCH] Update plugins dependency check npm exceptions --- datasources/src/main/.nsprc | 5 +---- plugins-common/.nsprc | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) mode change 100644 => 120000 datasources/src/main/.nsprc diff --git a/datasources/src/main/.nsprc b/datasources/src/main/.nsprc deleted file mode 100644 index b7c2a7bf9..000000000 --- a/datasources/src/main/.nsprc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "GHSA-grv7-fg5c-xmjg": "Dev dependency vulnerability (braces/sass)", - "GHSA-c2qf-rxjj-qqgw": "Dev dependency vulnerabilityi (semver)" -} diff --git a/datasources/src/main/.nsprc b/datasources/src/main/.nsprc new file mode 120000 index 000000000..7d2315304 --- /dev/null +++ b/datasources/src/main/.nsprc @@ -0,0 +1 @@ +../../../plugins-common/.nsprc \ No newline at end of file diff --git a/plugins-common/.nsprc b/plugins-common/.nsprc index e9b4b04f4..c95244ba7 100644 --- a/plugins-common/.nsprc +++ b/plugins-common/.nsprc @@ -1,5 +1,5 @@ { - "GHSA-ww39-953v-wcq6": "Only a DoS, let's ignore it", - "GHSA-c2qf-rxjj-qqgw": "Only a Dos, let's ignore it", - "GHSA-grv7-fg5c-xmjg": "Only a DoS, let's ignore it" + "GHSA-grv7-fg5c-xmjg": "Only a DoS, let's ignore it", + "GHSA-c2qf-rxjj-qqgw": "Only a DoS, let's ignore it", + "GHSA-3xgq-45jj-v275": "Only a DoS, let's ignore it" }