-
Notifications
You must be signed in to change notification settings - Fork 18
/
owasp-check-suppressions.xml
24 lines (24 loc) · 1.1 KB
/
owasp-check-suppressions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
False positive. The hazelcast:hazelcast component vulnerabilities are related to Hazelcast IMDG version and not the hazelcast-license extractor.
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.hazelcast\.marketing/hazelcast\-license\-extractor@.*$</packageUrl>
<cpe>cpe:/a:hazelcast:hazelcast</cpe>
</suppress>
<suppress>
<notes><![CDATA[
False positive - json version 20230227 have already fix for listed CVE.
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.json/json@20230227.*$</packageUrl>
<cve>CVE-2022-45688</cve>
</suppress>
<suppress>
<notes><![CDATA[
False positive. The flaws are relatated to the Hazelcast version and not the jsurfer.
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.hazelcast\.jsurfer/jsurfer\-.*$</packageUrl>
<cpe>cpe:/a:hazelcast:hazelcast</cpe>
</suppress>
</suppressions>