Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update checkers table #4771

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -758,11 +758,11 @@ Vulnerability
Vulnerabity
vulnerablities
vulnerablity
WCAG
webkitgtk
webserver
website
websites
WCAG
wget
whl
wiki
Expand All @@ -788,6 +788,7 @@ xml
xscreensaver
xvf
xwayland
xz
yakkety
yaml
yashugarg
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CVE Binary Tool uses the NVD API but is not endorsed or certified by the NVD.

The tool has two main modes of operation:

1. A binary scanner which helps you determine which packages may have been included as part of a piece of software. There are <!-- NUMBER OF CHECKERS START-->370<!--NUMBER OF CHECKERS END--> checkers. Our initial focus was on common, vulnerable open source components such as openssl, libpng, libxml2 and expat.
1. A binary scanner which helps you determine which packages may have been included as part of a piece of software. There are <!-- NUMBER OF CHECKERS START-->371<!--NUMBER OF CHECKERS END--> checkers. Our initial focus was on common, vulnerable open source components such as openssl, libpng, libxml2 and expat.

2. Tools for scanning known component lists in various formats, including .csv, several linux distribution package lists, language specific package scanners and several Software Bill of Materials (SBOM) formats.

Expand Down Expand Up @@ -278,8 +278,8 @@ The following checkers are available for finding components in binary files:
| tpm2_tss |traceroute |transmission |trousers |ttyd |twonky_server |u_boot |
| udisks |unbound |unixodbc |upx |util_linux |varnish |vim |
| vlc |vorbis_tools |vsftpd |webkitgtk |wget |wireshark |wolfssl |
| wpa_supplicant |xerces |xml2 |xscreensaver |xwayland |yasm |zabbix |
| zchunk |zeek |zlib |znc |zsh |zstandard | |
| wpa_supplicant |xerces |xml2 |xscreensaver |xwayland |xz |yasm |
| zabbix |zchunk |zeek |zlib |znc |zsh |zstandard |
<!--CHECKERS TABLE END-->

All the checkers can be found in the checkers directory, as can the
Expand Down
4 changes: 2 additions & 2 deletions doc/MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ which is useful if you're trying the latest code from
| tpm2_tss |traceroute |transmission |trousers |ttyd |twonky_server |u_boot |
| udisks |unbound |unixodbc |upx |util_linux |varnish |vim |
| vlc |vorbis_tools |vsftpd |webkitgtk |wget |wireshark |wolfssl |
| wpa_supplicant |xerces |xml2 |xscreensaver |xwayland |yasm |zabbix |
| zchunk |zeek |zlib |znc |zsh |zstandard | |
| wpa_supplicant |xerces |xml2 |xscreensaver |xwayland |xz |yasm |
| zabbix |zchunk |zeek |zlib |znc |zsh |zstandard |
<!--CHECKERS TABLE END-->

For a quick overview of usage and how it works, you can also see [the readme file](README.md).
Expand Down