Skip to content

Commit

Permalink
Pin version to fix CVE
Browse files Browse the repository at this point in the history
RISDEV-0000
  • Loading branch information
leonie-koch committed Dec 27, 2024
1 parent e82a388 commit b000785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ dependencies {

implementation("org.springframework.cloud:spring-cloud-starter-kubernetes-client-config:3.1.4")

// CVE-2024-50379
implementation ("org.apache.tomcat.embed:tomcat-embed-core:10.1.34")
// CVE-2024-26308
implementation("org.apache.commons:commons-compress:1.27.1")
// CVE-2022-3171
Expand Down

0 comments on commit b000785

Please sign in to comment.