From a0a16339b3079c3d0ff7575863fbaa3ec873a87a Mon Sep 17 00:00:00 2001 From: Antoine Arlaud Date: Wed, 8 Nov 2023 23:33:59 +0100 Subject: [PATCH 1/2] feat: add vulnid to output --- src/lib/snyk/displayOutput.ts | 8 ++-- test/lib/index-inline-no-baseline.test.ts | 2 +- ...ex-inline-with-project-coordinates.test.ts | 2 +- test/lib/index-inline.test.ts | 8 ++-- test/lib/index-standalone.test.ts | 12 ++--- test/lib/snyk/issues.test.ts | 44 +++++++++---------- 6 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/lib/snyk/displayOutput.ts b/src/lib/snyk/displayOutput.ts index 7e2b8ab..d0515ec 100644 --- a/src/lib/snyk/displayOutput.ts +++ b/src/lib/snyk/displayOutput.ts @@ -46,7 +46,7 @@ const displayNewVulns = ( case 'high': console.log( chalk.bold.red( - ` ${index + 1}/${newVulns.length}: ${vuln.title} [${_.capitalize( + ` ${index + 1}/${newVulns.length}: ${vuln.id}:${vuln.title} [${_.capitalize( vuln.severity, )} Severity]`, ), @@ -55,7 +55,7 @@ const displayNewVulns = ( case 'medium': console.log( chalk.bold.yellow( - ` ${index + 1}/${newVulns.length}: ${vuln.title} [${_.capitalize( + ` ${index + 1}/${newVulns.length}: ${vuln.id}:${vuln.title} [${_.capitalize( vuln.severity, )} Severity]`, ), @@ -64,7 +64,7 @@ const displayNewVulns = ( case 'low': console.log( chalk.bold.blue( - ` ${index + 1}/${newVulns.length}: ${vuln.title} [${_.capitalize( + ` ${index + 1}/${newVulns.length}: ${vuln.id}:${vuln.title} [${_.capitalize( vuln.severity, )} Severity]`, ), @@ -73,7 +73,7 @@ const displayNewVulns = ( default: console.log( chalk.bold( - ` ${index + 1}/${newVulns.length}: ${vuln.title} [${_.capitalize( + ` ${index + 1}/${newVulns.length}: ${vuln.id}:${vuln.title} [${_.capitalize( vuln.severity, )} Severity]`, ), diff --git a/test/lib/index-inline-no-baseline.test.ts b/test/lib/index-inline-no-baseline.test.ts index ce3f364..c8d8bc6 100644 --- a/test/lib/index-inline-no-baseline.test.ts +++ b/test/lib/index-inline-no-baseline.test.ts @@ -113,7 +113,7 @@ describe('Test End 2 End - Inline mode - no baseline', () => { const expectedOutput = [ 'New issue introduced !', 'Security Vulnerability', - ' 1/1: Regular Expression Denial of Service (ReDoS) [High Severity]', + ' 1/1: SNYK-JS-ACORN-559469:Regular Expression Denial of Service (ReDoS) [High Severity]', ' Via: @snyk/nodejs-runtime-agent@1.14.0 => acorn@5.7.3', ' Fixed in: acorn 5.7.4, 6.4.1, 7.1.1', ' Fixable by upgrade: @snyk/nodejs-runtime-agent@1.14.0=>acorn@5.7.4', diff --git a/test/lib/index-inline-with-project-coordinates.test.ts b/test/lib/index-inline-with-project-coordinates.test.ts index 33bc780..a9edabb 100644 --- a/test/lib/index-inline-with-project-coordinates.test.ts +++ b/test/lib/index-inline-with-project-coordinates.test.ts @@ -132,7 +132,7 @@ describe('Test End 2 End - Inline mode with project coordinates', () => { const expectedOutput = [ 'New issue introduced !', 'Security Vulnerability:', - ' 1/1: Prototype Pollution [Medium Severity]', + ' 1/1: SNYK-JS-DOTPROP-543489:Prototype Pollution [Medium Severity]', ' Via: snyk@1.228.3 => configstore@3.1.2 => dot-prop@4.2.0', ' Fixed in: dot-prop 5.1.1', ' Fixable by upgrade: snyk@1.290.1', diff --git a/test/lib/index-inline.test.ts b/test/lib/index-inline.test.ts index 1a4aecc..f888326 100644 --- a/test/lib/index-inline.test.ts +++ b/test/lib/index-inline.test.ts @@ -258,7 +258,7 @@ describe('Test End 2 End - Inline mode', () => { const expectedOutput = [ 'New issue introduced !', 'Security Vulnerability:', - ' 1/1: Prototype Pollution [Medium Severity]', + ' 1/1: SNYK-JS-DOTPROP-543489:Prototype Pollution [Medium Severity]', ' Via: snyk@1.228.3 => configstore@3.1.2 => dot-prop@4.2.0', ' Fixed in: dot-prop 5.1.1', ' Fixable by upgrade: snyk@1.290.1', @@ -287,7 +287,7 @@ describe('Test End 2 End - Inline mode', () => { const expectedOutput = [ 'New issue introduced !', 'Security Vulnerability:', - ' 1/1: Prototype Pollution [Medium Severity]', + ' 1/1: SNYK-JS-DOTPROP-543489:Prototype Pollution [Medium Severity]', ' Via: snyk@1.228.3 => configstore@3.1.2 => dot-prop@4.2.0', ' Fixed in: dot-prop 5.1.1', ' Fixable by upgrade: snyk@1.290.1', @@ -369,7 +369,7 @@ describe('Test End 2 End - Inline mode', () => { const expectedOutput = [ 'New issue introduced !', 'Security Vulnerability:', - ' 1/1: Regular Expression Denial of Service (ReDoS) [High Severity]', + ' 1/1: SNYK-JS-ACORN-559469:Regular Expression Denial of Service (ReDoS) [High Severity]', ' Via: @snyk/nodejs-runtime-agent@1.14.0 => acorn@5.7.3', ' Fixed in: acorn 5.7.4, 6.4.1, 7.1.1', ' Fixable by upgrade: @snyk/nodejs-runtime-agent@1.14.0=>acorn@5.7.4', @@ -447,7 +447,7 @@ describe('Test End 2 End - Inline mode', () => { const expectedOutput = [ 'New issue introduced !', 'Security Vulnerability:', - ' 1/1: Prototype Pollution [Medium Severity]', + ' 1/1: SNYK-JS-DOTPROP-543489:Prototype Pollution [Medium Severity]', ' Via: snyk@1.228.3 => configstore@3.1.2 => dot-prop@4.2.0', ' Fixed in: dot-prop 5.1.1', ' Fixable by upgrade: snyk@1.290.1', diff --git a/test/lib/index-standalone.test.ts b/test/lib/index-standalone.test.ts index e9f6d70..f029630 100644 --- a/test/lib/index-standalone.test.ts +++ b/test/lib/index-standalone.test.ts @@ -209,10 +209,10 @@ describe('Test End 2 End - Standalone mode', () => { //'\n uuuuuuuuuuuuuuuuuuuu\n u" uuuuuuuuuuuuuuuuuu "u\n u" u$$$$$$$$$$$$$$$$$$$$u "u\n u" u$$$$$$$$$$$$$$$$$$$$$$$$u "u\n u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u\n u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u\n u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u\n $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $\n $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $\n $ $$$" ... "$... ...$" ... "$$$ ... "$$$ $\n $ $$$u `"$$$$$$$ $$$ $$$$$ $$ $$$ $$$ $\n $ $$$$$$uu "$$$$ $$$ $$$$$ $$ """ u$$$ $\n $ $$$""$$$ $$$$ $$$u "$$$" u$$ $$$$$$$$ $\n $ $$$$....,$$$$$..$$$$$....,$$$$..$$$$$$$$ $\n $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $\n "u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"\n "u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"\n "u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"\n "u "$$$$$$$$$$$$$$$$$$$$$$$$" u"\n "u "$$$$$$$$$$$$$$$$$$$$" u"\n "u """""""""""""""""" u"\n """"""""""""""""""""\n ', 'New issues introduced !', 'Security Vulnerabilities:', - '1/2: Prototype Pollution [Medium Severity]', + '1/2: SNYK-JS-DOTPROP-543489:Prototype Pollution [Medium Severity]', ' Via: snyk@1.228.3 => configstore@3.1.2 => dot-prop@4.2.0', '\n', - '2/2: Prototype Pollution [Medium Severity]', + '2/2: SNYK-JS-DOTPROP-543489:Prototype Pollution [Medium Severity]', ' Via: snyk@1.228.3 => update-notifier@2.5.0 => configstore@3.1.2 => dot-prop@4.2.0', '\n', ]; @@ -304,10 +304,10 @@ describe('Test End 2 End - Standalone mode', () => { //'\n uuuuuuuuuuuuuuuuuuuu\n u" uuuuuuuuuuuuuuuuuu "u\n u" u$$$$$$$$$$$$$$$$$$$$u "u\n u" u$$$$$$$$$$$$$$$$$$$$$$$$u "u\n u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u\n u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u\n u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u\n $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $\n $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $\n $ $$$" ... "$... ...$" ... "$$$ ... "$$$ $\n $ $$$u `"$$$$$$$ $$$ $$$$$ $$ $$$ $$$ $\n $ $$$$$$uu "$$$$ $$$ $$$$$ $$ """ u$$$ $\n $ $$$""$$$ $$$$ $$$u "$$$" u$$ $$$$$$$$ $\n $ $$$$....,$$$$$..$$$$$....,$$$$..$$$$$$$$ $\n $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $\n "u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"\n "u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"\n "u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"\n "u "$$$$$$$$$$$$$$$$$$$$$$$$" u"\n "u "$$$$$$$$$$$$$$$$$$$$" u"\n "u """""""""""""""""" u"\n """"""""""""""""""""\n ', 'New issues introduced !', 'Security Vulnerabilities:', - '1/2: Prototype Pollution [Medium Severity]', + '1/2: SNYK-JS-DOTPROP-543489:Prototype Pollution [Medium Severity]', ' Via: snyk@1.228.3 => configstore@3.1.2 => dot-prop@4.2.0', '\n', - '2/2: Prototype Pollution [Medium Severity]', + '2/2: SNYK-JS-DOTPROP-543489:Prototype Pollution [Medium Severity]', ' Via: snyk@1.228.3 => update-notifier@2.5.0 => configstore@3.1.2 => dot-prop@4.2.0', '\n', ]; @@ -401,10 +401,10 @@ describe('Test End 2 End - Standalone mode', () => { //'\n uuuuuuuuuuuuuuuuuuuu\n u" uuuuuuuuuuuuuuuuuu "u\n u" u$$$$$$$$$$$$$$$$$$$$u "u\n u" u$$$$$$$$$$$$$$$$$$$$$$$$u "u\n u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u\n u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u\n u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u\n $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $\n $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $\n $ $$$" ... "$... ...$" ... "$$$ ... "$$$ $\n $ $$$u `"$$$$$$$ $$$ $$$$$ $$ $$$ $$$ $\n $ $$$$$$uu "$$$$ $$$ $$$$$ $$ """ u$$$ $\n $ $$$""$$$ $$$$ $$$u "$$$" u$$ $$$$$$$$ $\n $ $$$$....,$$$$$..$$$$$....,$$$$..$$$$$$$$ $\n $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $\n "u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"\n "u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"\n "u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"\n "u "$$$$$$$$$$$$$$$$$$$$$$$$" u"\n "u "$$$$$$$$$$$$$$$$$$$$" u"\n "u """""""""""""""""" u"\n """"""""""""""""""""\n ', 'New issues introduced !', 'Security Vulnerabilities:', - '1/2: Prototype Pollution [Medium Severity]', + '1/2: SNYK-JS-DOTPROP-543489:Prototype Pollution [Medium Severity]', ' Via: snyk@1.228.3 => configstore@3.1.2 => dot-prop@4.2.0', '\n', - '2/2: Prototype Pollution [Medium Severity]', + '2/2: SNYK-JS-DOTPROP-543489:Prototype Pollution [Medium Severity]', ' Via: snyk@1.228.3 => update-notifier@2.5.0 => configstore@3.1.2 => dot-prop@4.2.0', '\n', ]; diff --git a/test/lib/snyk/issues.test.ts b/test/lib/snyk/issues.test.ts index cb517f4..afdead9 100644 --- a/test/lib/snyk/issues.test.ts +++ b/test/lib/snyk/issues.test.ts @@ -368,7 +368,7 @@ describe('Test issues functions', () => { const expectedOutput = [ 'New issue introduced !', 'Security Vulnerability:', - '1/1: Regular Expression Denial of Service (ReDoS) [High Severity]', + '1/1: SNYK-JS-ACORN-559469:Regular Expression Denial of Service (ReDoS) [High Severity]', 'Via: express-fileupload@0.0.5 => @snyk/nodejs-runtime-agent@1.14.0 => acorn@5.7.3', 'Fixed in: acorn 5.7.4, 6.4.1, 7.1.1', 'Fixable by upgrade: @snyk/nodejs-runtime-agent@1.14.0=>acorn@5.7.4', @@ -405,43 +405,43 @@ describe('Test issues functions', () => { const expectedOutput = [ 'New issues introduced !', 'Security Vulnerabilities:', - '1/10: Regular Expression Denial of Service (ReDoS) [Medium Severity]', + '1/10: SNYK-JS-ACORN-559469:Regular Expression Denial of Service (ReDoS) [Medium Severity]', 'Via: express-fileupload@0.0.5 => whatevermodule@1.0.0 => @snyk/nodejs-runtime-agent@1.14.0 => acorn@5.7.3', 'Fixed in: acorn 5.7.4, 6.4.1, 7.1.1', 'Fixable by upgrade: @snyk/nodejs-runtime-agent@1.14.0=>acorn@5.7.4', - '2/10: Regular Expression Denial of Service (ReDoS) [Low Severity]', + '2/10: SNYK-JS-ACORN-559469:Regular Expression Denial of Service (ReDoS) [Low Severity]', 'Via: whatevermodule@2.0.0 => express-fileupload@0.0.5 => @snyk/nodejs-runtime-agent@1.14.0 => acorn@5.7.3', 'Fixed in: acorn 5.7.4, 6.4.1, 7.1.1', 'Fixable by upgrade: @snyk/nodejs-runtime-agent@1.14.0=>acorn@5.7.4', - '3/10: Regular Expression Denial of Service (ReDoS) [High Severity]', + '3/10: SNYK-JS-ACORN-559469:Regular Expression Denial of Service (ReDoS) [High Severity]', 'Via: whatevermodule@3.0.0 => express-fileupload@0.0.5 => @snyk/nodejs-runtime-agent@1.14.0 => acorn@5.7.3', 'Fixed in: acorn 5.7.4, 6.4.1, 7.1.1', 'Fixable by upgrade: @snyk/nodejs-runtime-agent@1.14.0=>acorn@5.7.4', - '4/10: Regular Expression Denial of Service (ReDoS) [High Severity]', + '4/10: SNYK-JS-ACORN-559469:Regular Expression Denial of Service (ReDoS) [High Severity]', 'Via: whatevermodule@4.0.0 => express-fileupload@0.0.5 => @snyk/nodejs-runtime-agent@1.14.0 => acorn@5.7.3', 'Fixed in: acorn 5.7.4, 6.4.1, 7.1.1', 'Fixable by upgrade: @snyk/nodejs-runtime-agent@1.14.0=>acorn@5.7.4', - '5/10: Regular Expression Denial of Service (ReDoS) [High Severity]', + '5/10: SNYK-JS-ACORN-559469:Regular Expression Denial of Service (ReDoS) [High Severity]', 'Via: whatevermodule@5.0.0 => express-fileupload@0.0.5 => @snyk/nodejs-runtime-agent@1.14.0 => acorn@5.7.3', 'Fixed in: acorn 5.7.4, 6.4.1, 7.1.1', 'Fixable by upgrade: @snyk/nodejs-runtime-agent@1.14.0=>acorn@5.7.4', - '6/10: Regular Expression Denial of Service (ReDoS) [High Severity]', + '6/10: SNYK-JS-ACORN-559469:Regular Expression Denial of Service (ReDoS) [High Severity]', 'Via: whatevermodule@6.0.0 => express-fileupload@0.0.5 => @snyk/nodejs-runtime-agent@1.14.0 => acorn@5.7.3', 'Fixed in: acorn 5.7.4, 6.4.1, 7.1.1', 'Fixable by upgrade: @snyk/nodejs-runtime-agent@1.14.0=>acorn@5.7.4', - '7/10: Regular Expression Denial of Service (ReDoS) [High Severity]', + '7/10: SNYK-JS-ACORN-559469:Regular Expression Denial of Service (ReDoS) [High Severity]', 'Via: whatevermodule@7.0.0 => express-fileupload@0.0.5 => @snyk/nodejs-runtime-agent@1.14.0 => acorn@5.7.3', 'Fixed in: acorn 5.7.4, 6.4.1, 7.1.1', 'Fixable by upgrade: @snyk/nodejs-runtime-agent@1.14.0=>acorn@5.7.4', - '8/10: Regular Expression Denial of Service (ReDoS) [High Severity]', + '8/10: SNYK-JS-ACORN-559469:Regular Expression Denial of Service (ReDoS) [High Severity]', 'Via: whatevermodule@8.0.0 => express-fileupload@0.0.5 => @snyk/nodejs-runtime-agent@1.14.0 => acorn@5.7.3', 'Fixed in: acorn 5.7.4, 6.4.1, 7.1.1', 'Fixable by upgrade: @snyk/nodejs-runtime-agent@1.14.0=>acorn@5.7.4', - '9/10: Regular Expression Denial of Service (ReDoS) [High Severity]', + '9/10: SNYK-JS-ACORN-559469:Regular Expression Denial of Service (ReDoS) [High Severity]', 'Via: whatevermodule@9.0.0 => express-fileupload@0.0.5 => @snyk/nodejs-runtime-agent@1.14.0 => acorn@5.7.3', 'Fixed in: acorn 5.7.4, 6.4.1, 7.1.1', 'Fixable by upgrade: @snyk/nodejs-runtime-agent@1.14.0=>acorn@5.7.4', - '10/10: Regular Expression Denial of Service (ReDoS) [High Severity]', + '10/10: SNYK-JS-ACORN-559469:Regular Expression Denial of Service (ReDoS) [High Severity]', 'Via: whatevermodule@10.0.0 => express-fileupload@0.0.5 => @snyk/nodejs-runtime-agent@1.14.0 => acorn@5.7.3', 'Fixed in: acorn 5.7.4, 6.4.1, 7.1.1', 'Fixable by upgrade: @snyk/nodejs-runtime-agent@1.14.0=>acorn@5.7.4', @@ -484,7 +484,7 @@ describe('Test issues functions', () => { const expectedOutput = [ 'New issue introduced !', 'Security Vulnerability:', - '1/1: Denial of Service (DoS) [Medium Severity]', + '1/1: npm:ejs:20161130-1:Denial of Service (DoS) [Medium Severity]', 'Via: ms@1.0.0 => ejs-locals@1.0.2 => ejs@0.8.8', ]; @@ -519,25 +519,25 @@ describe('Test issues functions', () => { const expectedOutput = [ 'New issues introduced !', 'Security Vulnerabilities:', - '1/10: Denial of Service (DoS) [Medium Severity]', + '1/10: npm:ejs:20161130-1:Denial of Service (DoS) [Medium Severity]', 'Via: ms@1.0.0 => ejs-locals@1.0.2 => ejs@0.8.8', - '2/10: Denial of Service (DoS) [Medium Severity]', + '2/10: npm:ejs:20161130-1:Denial of Service (DoS) [Medium Severity]', 'Via: ms@1.1.0 => ejs-locals@1.0.2 => ejs@0.8.8', - '3/10: Denial of Service (DoS) [Medium Severity]', + '3/10: npm:ejs:20161130-1:Denial of Service (DoS) [Medium Severity]', 'Via: ms@1.2.0 => ejs-locals@1.0.2 => ejs@0.8.8', - '4/10: Denial of Service (DoS) [Medium Severity]', + '4/10: npm:ejs:20161130-1:Denial of Service (DoS) [Medium Severity]', 'Via: ms@1.4.0 => ejs-locals@1.0.2 => ejs@0.8.8', - '5/10: Denial of Service (DoS) [Medium Severity]', + '5/10: npm:ejs:20161130-1:Denial of Service (DoS) [Medium Severity]', 'Via: ms@1.5.0 => ejs-locals@1.0.2 => ejs@0.8.8', - '6/10: Denial of Service (DoS) [Medium Severity]', + '6/10: npm:ejs:20161130-1:Denial of Service (DoS) [Medium Severity]', 'Via: ms@1.6.0 => ejs-locals@1.0.2 => ejs@0.8.8', - '7/10: Denial of Service (DoS) [Medium Severity]', + '7/10: npm:ejs:20161130-1:Denial of Service (DoS) [Medium Severity]', 'Via: ms@1.7.0 => ejs-locals@1.0.2 => ejs@0.8.8', - '8/10: Denial of Service (DoS) [Medium Severity]', + '8/10: npm:ejs:20161130-1:Denial of Service (DoS) [Medium Severity]', 'Via: ms@1.8.0 => ejs-locals@1.0.2 => ejs@0.8.8', - '9/10: Denial of Service (DoS) [Medium Severity]', + '9/10: npm:ejs:20161130-1:Denial of Service (DoS) [Medium Severity]', 'Via: ms@1.9.0 => ejs-locals@1.0.2 => ejs@0.8.8', - '10/10: Denial of Service (DoS) [Medium Severity]', + '10/10: npm:ejs:20161130-1:Denial of Service (DoS) [Medium Severity]', 'Via: ms@1.10.0 => ejs-locals@1.0.2 => ejs@0.8.8', ]; From 15ae94d3c179a763a275372e55f2de852ec10b19 Mon Sep 17 00:00:00 2001 From: Antoine Arlaud Date: Wed, 8 Nov 2023 23:43:36 +0100 Subject: [PATCH 2/2] fix: snooze axios crforgery vuln not applicable here --- .snyk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.snyk b/.snyk index 2def5fa..9efb989 100644 --- a/.snyk +++ b/.snyk @@ -1,5 +1,5 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.19.0 +version: v1.25.0 # ignores vulnerabilities until expiry date; change duration by modifying expiry date ignore: SNYK-JS-AXIOS-1579269: @@ -9,6 +9,11 @@ ignore: - snyk-api-ts-client > snyk-request-manager > axios: reason: None given expires: '2021-10-03T13:14:14.049Z' + SNYK-JS-AXIOS-6032459: + - '*': + reason: Not applicable to this lib and tool + expires: 2024-01-10T00:00:00.000Z + created: 2023-11-08T22:43:00.182Z # patches apply the minimum changes required to fix a vulnerability patch: SNYK-JS-LODASH-450202: