-
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.
chore: update k8t kit to 1.0.3 [skip ci] (#4320)
* chore: update k8t kit to 1.0.3 * exclude own cves
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 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 |
---|---|---|
|
@@ -43,7 +43,8 @@ const licenseWhiteList = [ | |
const cveWhiteList = { | ||
'pkg:maven/org.springframework/[email protected]' : ['CVE-2016-1000027'], | ||
// based on the issue this is not a CVE https://github.com/FasterXML/jackson-databind/issues/3972 | ||
'pkg:maven/com.fasterxml.jackson.core/[email protected]' : ['CVE-2023-35116'] | ||
'pkg:maven/com.fasterxml.jackson.core/[email protected]' : ['CVE-2023-35116'], | ||
'pkg:maven/com.vaadin/[email protected]' : ['CVE-2023-25499', 'CVE-2023-25500'] | ||
} | ||
|
||
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