forked from phoedos/pmd
Upgrade io.github.classgraph:classgraph from 4.8.102 to 4.8.112
Fixes [sonatype-2021-1074] CWE-611: Improper Restriction of XML External Entity Reference ('XXE')
This commit is contained in:
parent
4b2c3fa1a4
commit
a8a61f2c44
10
pom.xml
10
pom.xml
@ -922,6 +922,16 @@
|
||||
<version>13.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- transitive dependency through io.kotest/kotest-runner-junit5-jvm@4.4.3
|
||||
upgrade to 4.8.112 to fix [sonatype-2021-1074] CWE-611: Improper Restriction of XML External Entity Reference ('XXE')
|
||||
https://github.com/classgraph/classgraph/releases/tag/classgraph-4.8.112
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>io.github.classgraph</groupId>
|
||||
<artifactId>classgraph</artifactId>
|
||||
<version>4.8.112</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user