2022-08-04 12:26:41 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
|
2024-01-03 09:24:14 +01:00
|
|
|
<suppress>
|
|
|
|
<notes><![CDATA[
|
|
|
|
Cyclic references are not possible if file comes in JSON text format.
|
|
|
|
]]></notes>
|
|
|
|
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
|
|
|
|
<cpe>cpe:/a:fasterxml:jackson-databind</cpe>
|
|
|
|
</suppress>
|
|
|
|
<suppress>
|
|
|
|
<notes><![CDATA[
|
|
|
|
Internal tooling, not exposed to the Internet.
|
|
|
|
]]></notes>
|
|
|
|
<packageUrl regex="true">^pkg:maven/org\.pitest/pitest\-command\-line@.*$</packageUrl>
|
|
|
|
<cpe>cpe:/a:line:line</cpe>
|
|
|
|
</suppress>
|
2022-08-04 12:26:41 +02:00
|
|
|
</suppressions>
|