1
0
Files
hs.hsadmin.ng/etc/owasp-dependency-check-suppression.xml
T

13 lines
594 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
Internal tooling, not exposed to the Internet.
I cannot even see what our tech stack has to do with that vulernability in the mobile dev tool LINE,
just that the name occurs in 'pi-test-command-line'?
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.pitest/pitest\-command\-line@.*$</packageUrl>
<cpe>cpe:/a:line:line</cpe>
</suppress>
</suppressions>