Skip to content

Commit

Permalink
Fix commons-compress CVE
Browse files Browse the repository at this point in the history
Signed-off-by: Asif Sohail Mohammed <[email protected]>
  • Loading branch information
asifsmohammed committed Feb 22, 2024
1 parent ef5d5e4 commit e49b11d
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 @@ -201,6 +201,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 e49b11d

Please sign in to comment.