Skip to content

Commit

Permalink
Merge branch 'main' into pre-checker-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko authored Dec 26, 2024
2 parents 426bfe3 + cec2872 commit 6b7fbe0
Show file tree
Hide file tree
Showing 553 changed files with 39,423 additions and 25,038 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)
Loading

0 comments on commit 6b7fbe0

Please sign in to comment.