Skip to content

Commit 6b7fbe0

Browse files
authored
Merge branch 'main' into pre-checker-ci
2 parents 426bfe3 + cec2872 commit 6b7fbe0

File tree

553 files changed

+39423
-25038
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

553 files changed

+39423
-25038
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: 'Report a false positive or incorrect component (mismatch)'
3+
about: Template for reporting false positive
4+
title: 'bug: incorrect detection for [product name]'
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
### Description
11+
12+
Add a short description of the invalid vendor-product relation.
13+
14+
```yml
15+
purls:
16+
- [purl identifier] (e.g. pkg:pypi/zstandard. This will be in the format pkg:[package repository]/[product name])
17+
18+
invalid_vendors:
19+
- [list of vendors that shouldn't be detected] (e.g. facebook)
20+
```
21+
22+
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.
23+
24+
### Instructions
25+
26+
[How to add a new entry to the mismatch database](https://github.com/intel/cve-bin-tool/blob/main/doc/mismatch_data.md)
27+

0 commit comments

Comments
 (0)