Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped version to resolve CVE #1451

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ allprojects {
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'
// Overriding transitive dependency commons-compress due to CVE failures
implementation "org.apache.commons:commons-compress:1.21"
implementation "org.apache.commons:commons-compress:1.26.0"
// CVE-2021-28170
implementation "org.glassfish:jakarta.el:4.0.1"

Expand Down
11 changes: 2 additions & 9 deletions dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,12 @@
CVE-2023-6378 refer [Ticket]
CVE-2023-34055 refer [Ticket]
CVE-2023-34042 refer [Ticket]
CVE-2023-46589 refer [Ticket]
CVE-2024-26308 refer [Ticket]
CVE-2024-1597 refer [Ticket]
CVE-2023-1370 refer [Ticket]</notes>
<cve>CVE-2024-25710</cve>
CVE-2023-6378 refer [Ticket]
</notes>
<cve>CVE-2022-45688</cve>
<cve>CVE-2023-5072</cve>
<cve>CVE-2023-6378</cve>
<cve>CVE-2023-34055</cve>
<cve>CVE-2023-34042</cve>
<cve>CVE-2023-46589</cve>
<cve>CVE-2024-26308</cve>
<cve>CVE-2024-1597</cve>
<cve>CVE-2023-1370</cve>
</suppress>
</suppressions>
Loading