-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* chore: update swing-kit 2.1.0 (#4351) * chore: update swing-kit 2.1.0 * Update generateAndCheckSBOM.js * Update pom.xml
- Loading branch information
Showing
3 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,14 +37,20 @@ const licenseWhiteList = [ | |
VAADIN_LICENSE, | ||
'https://www.highcharts.com/license', | ||
'http://www.gnu.org/licenses/lgpl-3.0.html', | ||
'CC-BY-3.0' | ||
'CC-BY-3.0', | ||
'http://oss.sgi.com/projects/FreeB', | ||
'Apache-1.1', | ||
'http://font.ubuntu.com/ufl/ubuntu-font-licence-1.0.txt', | ||
'http://www.spdx.org/licenses/BSD-4-Clause' | ||
]; | ||
|
||
const cveWhiteList = { | ||
// Check fix in vaadin-testbench/pom.xml, and update when Selenium is fixed | ||
// 'pkg:maven/com.google.guava/[email protected]': ['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/[email protected]': ['CVE-2023-35116'] | ||
'pkg:maven/com.fasterxml.jackson.core/[email protected]': ['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/[email protected]': ['CVE-2021-31411', 'CVE-2020-36321', 'CVE-2021-31405', 'CVE-2021-31407', 'CVE-2021-31412', 'CVE-2021-31404', 'CVE-2021-33604'] | ||
} | ||
|
||
const STYLE = `<style> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters