File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 119
119
<version >${quarkus.platform.version} </version >
120
120
<configuration >
121
121
<skip >${quarkus-maven-plugin.skip} </skip >
122
- <!-- TODO: Remove when https://github.com/quarkusio/quarkus/pull/34454 is available -->
123
- <skipOriginalJarRename >true</skipOriginalJarRename >
124
122
</configuration >
125
123
<executions >
126
124
<execution >
151
149
<failBuildOnCVSS >0</failBuildOnCVSS >
152
150
<formats >${dependency-check-maven.formats} </formats >
153
151
<skip >${dependency-check-maven.skip} </skip >
152
+ <suppressionFile >src/test/resources/owasp-dependency-check.xml</suppressionFile >
154
153
</configuration >
155
154
<executions >
156
155
<execution >
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
+ <notes >False-Positive per issue https://github.com/jeremylong/DependencyCheck/issues/5779</notes >
5
+ <cve >CVE-2023-35116</cve >
6
+ </suppress >
7
+ </suppressions >
You can’t perform that action at this time.
0 commit comments