Skip to content

Commit

Permalink
CCD-4975: (#716)
Browse files Browse the repository at this point in the history
* CCD-4975:
Fix CVE-5072, upgraded org.json:json to version 20240303

* CCD-4975:
Fix CVE-5072, upgraded org.json:json to version 20240303

---------

Co-authored-by: shahirali <[email protected]>
  • Loading branch information
shahir-ali and shahir145 authored Jan 8, 2025
1 parent d13135b commit 0a372a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ dependencies {
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.7.0'

implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
implementation group: 'org.json', name: 'json', version: '20200518'
implementation group: 'org.json', name: 'json', version: '20240303'

implementation group: 'org.projectlombok', name: 'lombok', version: versions.lombok
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok
Expand Down
2 changes: 0 additions & 2 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
<notes>Temporary Suppression
CVE-2023-35116 refer [Ticket]
CVE-2022-45688 refer [Ticket]
CVE-2023-5072 refer [Ticket]
CVE-2023-6378 refer [Ticket]
</notes>
<cve>CVE-2023-35116</cve>
<cve>CVE-2022-45688</cve>
<cve>CVE-2023-5072</cve>
<cve>CVE-2023-6378</cve>
</suppress>
</suppressions>

0 comments on commit 0a372a7

Please sign in to comment.