Skip to content

Commit

Permalink
feat: new issue template for mismatch information (#4283)
Browse files Browse the repository at this point in the history
* feat: new issue template for mismatch information

Signed-off-by: Meet Soni <meetsoni3017@gmail.com>
  • Loading branch information
inosmeet authored Jul 30, 2024
1 parent c442751 commit ceec0dc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/mismatch-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: 'Report a false positive or incorrect component (mismatch)'
about: Template for reporting false positive
title: 'bug: incorrect detection for [product name]'
labels: bug
assignees: ''

---

### Description

Add a short description of the invalid vendor-product relation.

```yml
purls:
- [purl identifier] (e.g. pkg:pypi/zstandard. This will be in the format pkg:[package repository]/[product name])

invalid_vendors:
- [list of vendors that shouldn't be detected] (e.g. facebook)
```
Not sure how to fill this out? Give us the CVE number that's being incorrectly detected and we'll try to figure it out from there.
### Instructions
[How to add a new entry to the mismatch database](https://github.com/intel/cve-bin-tool/blob/main/doc/mismatch_data.md)

0 comments on commit ceec0dc

Please sign in to comment.