Skip to content

Commit

Permalink
add description to one CVE [skip ci] (#6770)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 committed Sep 10, 2024
1 parent 5ef6029 commit 7b3695d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/generateAndCheckSBOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,15 @@ const cveWhiteList = {
},
'pkg:npm/[email protected]' : {
cves: ['CVE-2024-26467'],
description: 'This is coming from the tools, @cyclonedx/cyclonedx-npm, we have used for sbom module, FP for us. '
description: 'This is coming from the tools, @cyclonedx/cyclonedx-npm, we have used for sbom module, FP for us.'
},
'pkg:npm/[email protected]' : {
cves: ['CVE-2024-34394', 'CVE-2024-34393'],
description: 'This is coming from the tools, @cyclonedx/[email protected], we have used for sbom module, FP for us. '
description: 'This is coming from the tools, @cyclonedx/[email protected], we have used for sbom module, FP for us.'
},
'pkg:npm/[email protected]' : {
cves: ['CVE-2024-45296'],
description: 'From vaadin-rounte:1.7.5. Very low impact for us since we're only running that code in the user's browser and the only impact is a degraded performance.'
}
}

Expand Down

0 comments on commit 7b3695d

Please sign in to comment.