From f4a3e42df41df660f5e8e9465eadef65d4df2c2b Mon Sep 17 00:00:00 2001 From: kotharikaushal <168159346+kotharikaushal@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:07:42 +0530 Subject: [PATCH] bump chart version to 0.4.0 (#48) * semver to simple version for api * bump chart version to 0.4.0 Signed-off-by: Kothari * Fix vulnerability issue Signed-off-by: Kothari --------- Signed-off-by: Kothari --- charts/tngkds/Chart.yaml | 2 +- owasp/suppressions.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/tngkds/Chart.yaml b/charts/tngkds/Chart.yaml index 8af0ec6..112d9ec 100644 --- a/charts/tngkds/Chart.yaml +++ b/charts/tngkds/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/owasp/suppressions.xml b/owasp/suppressions.xml index cff20e3..d8c387b 100644 --- a/owasp/suppressions.xml +++ b/owasp/suppressions.xml @@ -42,4 +42,8 @@ False positive, Dependency Updated but still matches for fixed version CVE-2022-45688 + + Not vulnerable, see https://spring.io/security/cve-2024-38816 + CVE-2024-38816 +