Skip to content

Commit

Permalink
Fix commons-compress CVE (#4172) (#4198)
Browse files Browse the repository at this point in the history
Signed-off-by: Asif Sohail Mohammed <[email protected]>
(cherry picked from commit a0b6f25)

Co-authored-by: Asif Sohail Mohammed <[email protected]>
  • Loading branch information
1 parent 221566f commit 2f136d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,12 @@ subprojects {
}
because 'CVE-2023-5072, CVE from transitive dependencies'
}
implementation('org.apache.commons:commons-compress') {
version {
require '1.26.0'
}
because 'CVE-2024-25710, CVE-2024-26308'
}
}
}

Expand Down

0 comments on commit 2f136d5

Please sign in to comment.