forked from geotools/geotools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependency-check-suppression.xml
33 lines (33 loc) · 1.41 KB
/
dependency-check-suppression.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
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd">
<suppress>
<notes><![CDATA[file name: gt-coverage.jar]]></notes>
<gav regex="true">^org\.geotools:gt-coverage:.*$</gav>
<cpe>cpe:/a:image_processing_software:image_processing_software</cpe>
</suppress>
<suppress>
<notes><![CDATA[file name: gt-swing.jar]]></notes>
<gav regex="true">^org\.geotools:gt-swing:.*$</gav>
<cve>CVE-2015-6737</cve>
</suppress>
<suppress>
<notes><![CDATA[file name: imageio-ext-arcgrid.jar]]></notes>
<gav regex="true">^it\.geosolutions\.imageio-ext:imageio-ext-arcgrid:.*$</gav>
<cpe>cpe:/a:arc:arc</cpe>
</suppress>
<suppress>
<notes><![CDATA[file name: imageio-ext-gdalarcbinarygrid.jar]]></notes>
<gav regex="true">^it\.geosolutions\.imageio-ext:imageio-ext-gdalarcbinarygrid:.*$</gav>
<cpe>cpe:/a:arc:arc</cpe>
</suppress>
<suppress>
<notes><![CDATA[file name: gt-sde-dummy.jar]]></notes>
<gav regex="true">^org\.geotools:gt-sde-dummy:.*$</gav>
<cpe>cpe:/a:arc:arc</cpe>
</suppress>
<suppress>
<notes><![CDATA[file name: gt-app-schema-resolver.jar]]></notes>
<gav regex="true">^org\.geotools:gt-app-schema-resolver:.*$</gav>
<cve>CVE-2018-13661</cve>
</suppress>
</suppressions>