Skip to content

Commit

Permalink
Fix CVE
Browse files Browse the repository at this point in the history
    Upgrade org.apache.xmlgraphics:[email protected] to org.apache.xmlgraphics:[email protected] to fix
    ✗ Server-side Request Forgery (SSRF) (new) [Medium Severity][https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHEXMLGRAPHICS-5849961] in org.apache.xmlgraphics:[email protected]
      introduced by org.apache.xmlgraphics:[email protected] and 2 other path(s)

    Upgrade org.apache.xmlgraphics:[email protected] to org.apache.xmlgraphics:[email protected] to fix
    ✗ Server-side Request Forgery (SSRF) (new) [Medium Severity][https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHEXMLGRAPHICS-5849961] in org.apache.xmlgraphics:[email protected]
      introduced by org.apache.xmlgraphics:[email protected] and 2 other path(s)

    Upgrade org.apache.xmlgraphics:[email protected] to org.apache.xmlgraphics:[email protected] to fix
    ✗ Server-side Request Forgery (SSRF) (new) [Medium Severity][https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHEXMLGRAPHICS-5849961] in org.apache.xmlgraphics:[email protected]
      introduced by org.apache.xmlgraphics:[email protected] and 2 other path(s)
  • Loading branch information
sbrunner committed Aug 24, 2023
1 parent 4e0d21e commit 5aef4cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ dependencies {

compile(
'org.apache.xmlgraphics:xmlgraphics-commons:2.8',
"org.apache.xmlgraphics:batik-transcoder:1.16",
"org.apache.xmlgraphics:batik-bridge:1.16",
"org.apache.xmlgraphics:batik-codec:1.16",
"org.apache.xmlgraphics:batik-svg-dom:1.16"
"org.apache.xmlgraphics:batik-transcoder:1.17",
"org.apache.xmlgraphics:batik-bridge:1.17",
"org.apache.xmlgraphics:batik-codec:1.17",
"org.apache.xmlgraphics:batik-svg-dom:1.17"
)

providedCompile('javax.servlet:javax.servlet-api:4.0.1')
Expand Down

0 comments on commit 5aef4cc

Please sign in to comment.