Skip to content

Commit

Permalink
CCD-5518: Fix-CVE-2024-1597 (#294)
Browse files Browse the repository at this point in the history
* bumped postgresql to 42.5.5

* Empty commit

* added empty space to rebuild pr

* empty commit to trigger build

* Updating Terraform Formatting

---------

Co-authored-by: bharatkumarpatel1 <[email protected]>
Co-authored-by: 54687 <61242337+hmcts-jenkins-j-to-z[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 29, 2024
1 parent 8ea9202 commit 59da98e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,6 @@ Here are some other functionalities it provides:

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details




2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-api'
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '7.7.0'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.5.1'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.5.5'
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: versions.serviceAuthVersion
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: versions.idamClientVersion

Expand Down
2 changes: 0 additions & 2 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
CVE-2022-45688 refer [Ticket]
CVE-2023-5072 refer [Ticket]
CVE-2023-4759 refer [Ticket]
CVE-2024-1597 refer [Ticket]
CVE-2023-34055 refer [Ticket]
CVE-2022-45047 refer [Ticket]
CVE-2023-35887 refer [Ticket]
Expand All @@ -14,7 +13,6 @@
<cve>CVE-2022-45688</cve>
<cve>CVE-2023-5072</cve>
<cve>CVE-2023-4759</cve>
<cve>CVE-2024-1597</cve>
<cve>CVE-2023-34055</cve>
<cve>CVE-2023-48795</cve>
<cve>CVE-2023-46589</cve>
Expand Down

0 comments on commit 59da98e

Please sign in to comment.