From a2606eba0f92f676245e3dd0d848c14be2bcebb2 Mon Sep 17 00:00:00 2001 From: Himabindu T Date: Tue, 5 Dec 2023 14:35:32 +0530 Subject: [PATCH] Bindu |Fix Critical and High security vulnerabilities with the spring boot version (#20) * Bindu |Fix Critical and High security vulnerabilities with the spring boot version * Bindu | Update the trivyignore with medium vulnerabilities * Apply suggestions from code review --------- Co-authored-by: Umair Fayaz <59157924+umair-fayaz@users.noreply.github.com> --- .trivyignore | 5 ++++- pom.xml | 46 +++++++++++++++++++++++++++++----------------- 2 files changed, 33 insertions(+), 18 deletions(-) diff --git a/.trivyignore b/.trivyignore index be8035e..6e51a5c 100644 --- a/.trivyignore +++ b/.trivyignore @@ -1 +1,4 @@ -CVE-2023-39017 \ No newline at end of file +# Ignoring the below vulnerabilities, to be reviewed later +CVE-2023-39017 +CVE-2023-2976 #Medium +CVE-2023-33201 #Medium diff --git a/pom.xml b/pom.xml index b8c96ab..922a57b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.13 + 2.7.18 org.bahmni @@ -15,7 +15,10 @@ event-router-service 17 - 3.20.6 + 3.21.2 + 1.53.0 + 2.17.1 + @@ -28,10 +31,21 @@ org.yaml snakeyaml + + org.apache.logging.log4j + log4j-to-slf4j + + + ch.qos.logback + logback-classic + - - + + org.apache.logging.log4j + log4j-slf4j-impl + ${log4j.slf4j.version} + org.projectlombok lombok @@ -67,6 +81,17 @@ org.apache.camel.springboot camel-google-pubsub-starter + + + io.grpc + grpc-protobuf + + + + + io.grpc + grpc-protobuf + ${grpc.protobuf.version} @@ -117,19 +142,6 @@ ${camel-spring-boot.version} pom import - - - org.apache.activemq - activemq-openwire-legacy - - - - - org.apache.activemq - activemq-openwire-legacy - 5.16.7 - pom - import