From 42b09155e74e9ef6aad328007a5c7ef4dd71834a Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:27:26 +0200 Subject: [PATCH] chore: update cve exclude list (#7152) --- scripts/generateAndCheckSBOM.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generateAndCheckSBOM.js b/scripts/generateAndCheckSBOM.js index 953e614f5..3cdd303b6 100755 --- a/scripts/generateAndCheckSBOM.js +++ b/scripts/generateAndCheckSBOM.js @@ -66,7 +66,7 @@ const cveWhiteList = { cves: ['CVE-2024-26467'], description: 'This is coming from the tools, @cyclonedx/cyclonedx-npm, we have used for sbom module, FP for us. ' }, - 'pkg:npm/libxmljs2@0.33.0' : { + 'pkg:npm/libxmljs2@0.35.0' : { cves: ['CVE-2024-34394', 'CVE-2024-34393'], description: 'This is coming from the tools, @cyclonedx/cyclonedx, we have used for sbom module, FP for us. ' },