Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitvijay45 committed Dec 11, 2023
1 parent 5081a24 commit a1e194e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,6 @@ dependencyManagement {
entry 'the_bouncy_castle_crypto_package_for_java'
}

//CVE-2023-6378
dependencySet(group: 'ch.qos.logback', version: '1.4.14') {
entry 'logback-classic'
entry 'logback-core'
}


}
Expand Down Expand Up @@ -398,8 +393,8 @@ dependencies {
implementation group: 'org.apache.poi', name: 'poi', version: '5.2.4'
implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.2.4'
implementation group: 'org.apache.poi', name: 'poi-scratchpad', version: '5.2.4'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.82'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '9.0.82'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.83'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '9.0.83'
implementation group: 'com.sendgrid', name: 'sendgrid-java', version: '4.0.1'

annotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok
Expand Down
2 changes: 1 addition & 1 deletion config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<cve>CVE-2023-5072</cve>
<cve>CVE-2023-31582</cve>
<cve>CVE-2023-34055</cve>
<cve>CVE-2023-46589</cve>
<cve>CVE-2023-6378</cve>
</suppress>
<suppress>
<notes><![CDATA[
Expand Down

0 comments on commit a1e194e

Please sign in to comment.