From 06d20f059d55a4e52fd5b03ab59cb8541fac798b Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 5 Feb 2025 19:07:58 +0000 Subject: [PATCH] chore: update checkers table --- .github/actions/spelling/allow.txt | 3 ++- README.md | 6 +++--- doc/MANUAL.md | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index 1013da0f58..9e6adc2c5e 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -758,11 +758,11 @@ Vulnerability Vulnerabity vulnerablities vulnerablity +WCAG webkitgtk webserver website websites -WCAG wget whl wiki @@ -788,6 +788,7 @@ xml xscreensaver xvf xwayland +xz yakkety yaml yashugarg diff --git a/README.md b/README.md index 8ce126ca94..985cbb085c 100644 --- a/README.md +++ b/README.md @@ -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 370 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 371 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. @@ -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 | All the checkers can be found in the checkers directory, as can the diff --git a/doc/MANUAL.md b/doc/MANUAL.md index ba1915269c..e7dff40965 100644 --- a/doc/MANUAL.md +++ b/doc/MANUAL.md @@ -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 | For a quick overview of usage and how it works, you can also see [the readme file](README.md).