From 7487f253b609ad2d72cf4ebeba37a1907d665df3 Mon Sep 17 00:00:00 2001 From: ThomasKKC Date: Tue, 24 Oct 2023 17:22:29 +0100 Subject: [PATCH 1/4] RIA-8888 Upgraded chart version --- charts/ia-case-documents-api/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ia-case-documents-api/Chart.yaml b/charts/ia-case-documents-api/Chart.yaml index 076acc056..25d73554e 100644 --- a/charts/ia-case-documents-api/Chart.yaml +++ b/charts/ia-case-documents-api/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 name: ia-case-documents-api home: https://github.com/hmcts/ia-case-documents-api -version: 0.0.33 +version: 0.0.34 description: Immigration & Asylum Case Documents Service maintainers: - name: HMCTS Immigration & Asylum Team email: ImmigrationandAsylum@HMCTS.NET dependencies: - name: java - version: 4.0.13 + version: 5.0.0 repository: https://hmctspublic.azurecr.io/helm/v1/repo/ From c2503de3f3ae47bc71093367a900f0cf8eece694 Mon Sep 17 00:00:00 2001 From: ThomasKKC Date: Tue, 24 Oct 2023 17:25:10 +0100 Subject: [PATCH 2/4] RIA-8888 revert version because it is auto bumped --- charts/ia-case-documents-api/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ia-case-documents-api/Chart.yaml b/charts/ia-case-documents-api/Chart.yaml index 25d73554e..e5cef780f 100644 --- a/charts/ia-case-documents-api/Chart.yaml +++ b/charts/ia-case-documents-api/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: ia-case-documents-api home: https://github.com/hmcts/ia-case-documents-api -version: 0.0.34 +version: 0.0.33 description: Immigration & Asylum Case Documents Service maintainers: - name: HMCTS Immigration & Asylum Team From f370de246c752c1b7b22b727a82b6f71baec50e9 Mon Sep 17 00:00:00 2001 From: ThomasKKC Date: Tue, 24 Oct 2023 17:30:02 +0100 Subject: [PATCH 3/4] RIA-8888 added suppressions --- charts/ia-case-documents-api/Chart.yaml | 2 +- config/owasp/suppressions.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/ia-case-documents-api/Chart.yaml b/charts/ia-case-documents-api/Chart.yaml index e5cef780f..25d73554e 100644 --- a/charts/ia-case-documents-api/Chart.yaml +++ b/charts/ia-case-documents-api/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: ia-case-documents-api home: https://github.com/hmcts/ia-case-documents-api -version: 0.0.33 +version: 0.0.34 description: Immigration & Asylum Case Documents Service maintainers: - name: HMCTS Immigration & Asylum Team diff --git a/config/owasp/suppressions.xml b/config/owasp/suppressions.xml index 498348bc9..48a4c1347 100644 --- a/config/owasp/suppressions.xml +++ b/config/owasp/suppressions.xml @@ -30,5 +30,6 @@ CVE-2023-42794 CVE-2023-42795 CVE-2023-45648 + CVE-2023-44487 From d14b41a5427bf11e380c7e33a65cb9c0fefcb22d Mon Sep 17 00:00:00 2001 From: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:30:50 +0000 Subject: [PATCH 4/4] Bumping chart version/ fixing aliases --- charts/ia-case-documents-api/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ia-case-documents-api/Chart.yaml b/charts/ia-case-documents-api/Chart.yaml index 25d73554e..943033661 100644 --- a/charts/ia-case-documents-api/Chart.yaml +++ b/charts/ia-case-documents-api/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: ia-case-documents-api home: https://github.com/hmcts/ia-case-documents-api -version: 0.0.34 +version: 0.0.35 description: Immigration & Asylum Case Documents Service maintainers: - name: HMCTS Immigration & Asylum Team