1Please delete any un-needed section from the following issue template:
2
3### Reporting Bugs/Errors
4When reporting errors, 99% of the time log file output is required. Please post the log file as a [gist](https://gist.github.com/) and provide a link in the new issue.
5
6### Reporting False Positives
7When reporting a false positive please include:
8- The location of the dependency (Maven GAV, URL to download the dependency, etc.)
9- The CPE that is believed to be false positive
10  - Please report the CPE not the CVE
11
12#### Example
13False positive on library foo.jar - reported as cpe:/a:apache:tomcat:7.0
14```xml
15<dependency>
16   <groupId>org.sample</groupId>
17   <artifactId>foo</artifactId>
18   <version>1.0</version>
19</dependency>
20```