Skip to content

Commit

Permalink
fix: drop bolt checker (#2837)
Browse files Browse the repository at this point in the history
Current bolt checker is plain wrong, it detects the version of boltd
which is a "system daemon to manage thunderbolt 3 devices"
(https://packages.debian.org/sid/bolt) which has
nothing to do with boltcms:bolt product (https://boltcms.io)

So just drop this wrong checker as:
 - boltcms is not provided by any opensource distribution to my
   knowledge
 - thunderbolt 3 daemon doesn't have any CPE ID

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
  • Loading branch information
ffontaine committed Mar 23, 2023
1 parent 397fb15 commit 7c9a67d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 54 deletions.
1 change: 0 additions & 1 deletion cve_bin_tool/checkers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"bird",
"bison",
"boinc",
"bolt",
"botan",
"bro",
"bubblewrap",
Expand Down
22 changes: 0 additions & 22 deletions cve_bin_tool/checkers/bolt.py

This file was deleted.

Binary file not shown.
Binary file not shown.
31 changes: 0 additions & 31 deletions test/test_data/bolt.py

This file was deleted.

0 comments on commit 7c9a67d

Please sign in to comment.