Skip to content

Commit

Permalink
CCD-5193 CVE-2022-45047 - All CCD repos (#292)
Browse files Browse the repository at this point in the history
* remooved CVE-2022-45047

* spring boot vesion from 3.0 to 3.1

* revert change

* revert change

* spring-cloud version change
  • Loading branch information
patelila authored Jul 1, 2024
1 parent caa6abe commit eff57fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-oauth2-client'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-cache'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-oauth2-resource-server'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-config-server', version: '3.1.7'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-config', version: '3.1.7'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-config-client', version: '3.1.7'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-config-server', version: '4.0.5'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-config', version: '4.0.5'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-config-client', version: '4.0.5'
implementation group: 'org.springframework.security', name: 'spring-security-web'
implementation group: 'org.springframework.security', name: 'spring-security-oauth2-jose'
implementation group: 'org.springframework.security', name: 'spring-security-config'
Expand Down
2 changes: 0 additions & 2 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
CVE-2023-4759 refer [Ticket]
CVE-2024-1597 refer [Ticket]
CVE-2023-34055 refer [Ticket]
CVE-2022-45047 refer [Ticket]
CVE-2023-48795 refer [Ticket]
CVE-2023-35887 refer [Ticket]
CVE-2023-46589 refer [Ticket]</notes>
Expand All @@ -15,7 +14,6 @@
<cve>CVE-2023-4759</cve>
<cve>CVE-2024-1597</cve>
<cve>CVE-2023-34055</cve>
<cve>CVE-2022-45047</cve>
<cve>CVE-2023-48795</cve>
<cve>CVE-2023-35887</cve>
<cve>CVE-2023-46589</cve>
Expand Down

0 comments on commit eff57fb

Please sign in to comment.