Skip to content

Commit

Permalink
chore: update k8t kit to 1.0.3 [skip ci] (#4320)
Browse files Browse the repository at this point in the history
* chore: update k8t kit to 1.0.3

* exclude own cves
  • Loading branch information
ZheSun88 authored Jul 4, 2023
1 parent 8d2f9c5 commit 5eae93e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/generateAndCheckSBOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
"version": "1.0.0"
},
"kubernetes-kit-starter": {
"javaVersion": "1.0-SNAPSHOT"
"javaVersion": "1.0.3"
},
"observability-kit": {
"version": "1.1.0"
Expand Down

0 comments on commit 5eae93e

Please sign in to comment.