diff --git a/scripts/generateAndCheckSBOM.js b/scripts/generateAndCheckSBOM.js index be39861b5..fd08ff328 100755 --- a/scripts/generateAndCheckSBOM.js +++ b/scripts/generateAndCheckSBOM.js @@ -100,7 +100,15 @@ const cveWhiteList = { 'pkg:maven/org.codehaus.plexus/plexus-utils@3.6.1' : { cves: ['CVE-2025-67030'], description: 'FP: version 3.6.1 includes the fix per GHSA-6fmv-xxpf-w3cw (patched in 3.6.1+).' - } + }, + 'pkg:maven/com.vaadin/vaadin-swing-kit-flow@3.0.1' : { + cves: ['CVE-2021-33604'], + description: 'false report: this CVE is targeting Vaadin version prior 20, swing-kit-flow is using vaadin 24+ version, the related issue has been fixed.' + }, + 'pkg:maven/com.networknt/json-schema-validator@1.5.9' : { + cves: ['CVE-2025-15104'], + description: 'FP: The CVE belongs to Nu Html Checker which produce a false positive on Networknt JSON Schema Validator due to the overlapping keyword or an overly broad CPE mapping rule.' + }, } const STYLE = `