Skip to content

Commit

Permalink
chore: test FP (#4373) (#4374)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
  • Loading branch information
vaadin-bot and ZheSun88 authored Aug 8, 2023
1 parent 1c5cc6a commit 8c97c56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/generateAndCheckSBOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ const cveWhiteList = {
// Check fix in vaadin-testbench/pom.xml, and update when Selenium is fixed
// 'pkg:maven/com.google.guava/guava@31.1-jre': ['CVE-2020-8908', 'CVE-2023-2976']
// exclude jackson-databind:2.15.2, as https://github.com/jeremylong/DependencyCheck/issues/5779
'pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.2': ['CVE-2023-35116'],
// false report from owasp, the CVEs are regarding flow-server and vaadin-text-field-flow with bad version range
'pkg:maven/com.vaadin/vaadin-swing-kit-flow@2.1.0': ['CVE-2021-31411', 'CVE-2020-36321', 'CVE-2021-31405', 'CVE-2021-31407', 'CVE-2021-31412', 'CVE-2021-31404', 'CVE-2021-33604']
'pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.2': ['CVE-2023-35116']
}

const STYLE = `<style>
Expand Down

0 comments on commit 8c97c56

Please sign in to comment.