From 5db3d0ca5321ac89531bba439be72ab06d32b1dd Mon Sep 17 00:00:00 2001 From: dlpzx Date: Mon, 12 Feb 2024 16:49:55 +0100 Subject: [PATCH 1/3] Add nsprc file to npm-audit with expiration for ip vulnerability --- frontend/.nsprc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/.nsprc diff --git a/frontend/.nsprc b/frontend/.nsprc new file mode 100644 index 000000000..b620ed524 --- /dev/null +++ b/frontend/.nsprc @@ -0,0 +1,7 @@ +{ + "1096432": { + "active": true, + "notes": "Work in-progress ignored until end of month to unblock development", + "expiry": "2024/02/28" + } +} \ No newline at end of file From 372f6116ada0b184a850f33112d13db81b0182b5 Mon Sep 17 00:00:00 2001 From: dlpzx Date: Tue, 13 Feb 2024 09:43:41 +0100 Subject: [PATCH 2/3] Reduce expiration date to 1 week --- frontend/.nsprc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.nsprc b/frontend/.nsprc index b620ed524..ff8ac4087 100644 --- a/frontend/.nsprc +++ b/frontend/.nsprc @@ -2,6 +2,6 @@ "1096432": { "active": true, "notes": "Work in-progress ignored until end of month to unblock development", - "expiry": "2024/02/28" + "expiry": "2024/02/20" } } \ No newline at end of file From aeed83bea86a97e4ae16b1fa2cd644807eeae38c Mon Sep 17 00:00:00 2001 From: dlpzx Date: Tue, 13 Feb 2024 09:56:54 +0100 Subject: [PATCH 3/3] Use GHSA ID instead of npm id --- frontend/.nsprc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.nsprc b/frontend/.nsprc index ff8ac4087..08568cdc8 100644 --- a/frontend/.nsprc +++ b/frontend/.nsprc @@ -1,5 +1,5 @@ { - "1096432": { + "GHSA-78xj-cgh5-2h22": { "active": true, "notes": "Work in-progress ignored until end of month to unblock development", "expiry": "2024/02/20"