File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 9191 <artifactId >batik-rasterizer</artifactId >
9292 <version >1.10</version >
9393 <optional >true</optional >
94+ <exclusions >
95+ <exclusion >
96+ <groupId >commons-logging</groupId >
97+ <artifactId >commons-logging</artifactId >
98+ </exclusion >
99+ </exclusions >
94100 </dependency >
95101 <dependency >
96102 <groupId >com.google.code.findbugs</groupId >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <suppressions xmlns =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd" >
3+ <suppress >
4+ <cve >CVE-2020-2799</cve >
5+ <cve >CVE-2020-2802</cve >
6+ <cve >CVE-2020-2900</cve >
7+ <cpe >cpe:2.3:a:oracle:graalvm:20.0.0</cpe >
8+ </suppress >
9+ </suppressions >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >guru.nidi</groupId >
77 <artifactId >guru-nidi-parent-pom</artifactId >
8- <version >1.1.29 </version >
8+ <version >1.1.30 </version >
99 <relativePath />
1010 </parent >
1111
1919 <inceptionYear >2015</inceptionYear >
2020
2121 <properties >
22+ <suppressionFile >owasp-suppression.xml</suppressionFile >
2223 <dependency-check .fail-on-error>false</dependency-check .fail-on-error>
2324 <java .version>1.8</java .version>
2425 <j2v8 .version>4.6.0</j2v8 .version>
You can’t perform that action at this time.
0 commit comments