From 62f92db1818cc4a1a448b0f64bed9024dd74c3de Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 24 Jul 2016 08:44:09 -0400 Subject: [PATCH] added issue template --- .github/issue_template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 000000000..ed4fc41df --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,18 @@ +### Reporting Bugs/Errors +When 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. + +### Reporting False Positives +When reporting a false positive please include: +- The location of the dependency (Maven GAV, URL to download the dependency, etc.) +- The CPE that is believed to be false positive + - Please report the CPE not the CVE + +##### Example +False positive on library foo.jar - reported as CPE:/a:apache:tomcat:7.0 +```xml + + org.sample + foo + 1.0 + +``` \ No newline at end of file