We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c19e50 commit 0682a6fCopy full SHA for 0682a6f
1 file changed
buildSrc/dependency-check-suppress.xml
@@ -186,14 +186,6 @@
186
<packageUrl regex="true">^pkg:maven/commons\-io/commons\-io@.*$</packageUrl>
187
<cve>CVE-2021-29425</cve>
188
</suppress>
189
-
190
- <suppress>
191
- <notes><![CDATA[
192
- False positives - json-java project is not the same as any of these. See https://github.com/jeremylong/DependencyCheck/issues/5502
193
- ]]></notes>
194
- <packageUrl regex="true">^pkg:maven/(com\.fasterxml\.jackson\.core/jackson-core|net.javacrumbs.json-unit/json-unit-core|net.javacrumbs.json-unit/json-unit-fluent)@.*$</packageUrl>
195
- <cve>CVE-2022-45688</cve>
196
- </suppress>
197
198
<suppress>
199
<notes><![CDATA[
0 commit comments