Skip to content

Commit 0682a6f

Browse files
authored
Remove unnecessary suppression
1 parent 1c19e50 commit 0682a6f

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

buildSrc/dependency-check-suppress.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,6 @@
186186
<packageUrl regex="true">^pkg:maven/commons\-io/commons\-io@.*$</packageUrl>
187187
<cve>CVE-2021-29425</cve>
188188
</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>
197189

198190
<suppress>
199191
<notes><![CDATA[

0 commit comments

Comments
 (0)