diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index 529fe0ff0b..32641f4bf2 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -493,6 +493,7 @@ terriko testfiles thrift thttpd +thunderbird timeline timescaledb tinyproxy diff --git a/README.md b/README.md index 150ab737ba..ecb7d2417e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The CVE Binary Tool is a free, open source tool to help you find known vulnerabi 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 243 checkers which focus 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 244 checkers which focus 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. It is intended to be used as part of your continuous integration system to enable regular vulnerability scanning and give you early warning of known issues in your supply chain. @@ -310,7 +310,7 @@ The following checkers are available for finding components in binary files: | | | | Available checkers | | | | -|--------------- |--------------- |------------------ |-------------- |----------------- |---------- |------------- | +|--------------- |--------------- |------------------ |-------------- |----------------- |-------------- |------------- | | accountsservice |acpid |apache_http_server |apcupsd |asn1c |assimp |asterisk | | atftp |avahi |bash |bind |binutils |bird |bison | | boinc |bolt |bro |bubblewrap |busybox |bzip2 |c_ares | @@ -342,10 +342,10 @@ The following checkers are available for finding components in binary files: | rust |samba |sane_backends |seahorse |shadowsocks_libev |snort |sofia_sip | | spice |sqlite |squashfs |squid |strongswan |stunnel |subversion | | sudo |suricata |sylpheed |syslogng |sysstat |systemd |tcpdump | -| thrift |thttpd |timescaledb |tinyproxy |tor |tpm2_tss |transmission | -| trousers |unbound |unixodbc |upx |util_linux |varnish |vsftpd | -| webkitgtk |wget |wireshark |wolfssl |wpa_supplicant |xerces |xml2 | -| xscreensaver |zeek |zlib |znc |zsh | | | +| thrift |thttpd |thunderbird |timescaledb |tinyproxy |tor |tpm2_tss | +| transmission |trousers |unbound |unixodbc |upx |util_linux |varnish | +| vsftpd |webkitgtk |wget |wireshark |wolfssl |wpa_supplicant |xerces | +| xml2 |xscreensaver |zeek |zlib |znc |zsh | | All the checkers can be found in the checkers directory, as can the diff --git a/doc/MANUAL.md b/doc/MANUAL.md index 4d5171c180..963cf77a86 100644 --- a/doc/MANUAL.md +++ b/doc/MANUAL.md @@ -157,7 +157,7 @@ which is useful if you're trying the latest code from | | | | Available checkers | | | | -|--------------- |--------------- |------------------ |-------------- |----------------- |---------- |------------- | +|--------------- |--------------- |------------------ |-------------- |----------------- |-------------- |------------- | | accountsservice |acpid |apache_http_server |apcupsd |asn1c |assimp |asterisk | | atftp |avahi |bash |bind |binutils |bird |bison | | boinc |bolt |bro |bubblewrap |busybox |bzip2 |c_ares | @@ -189,10 +189,10 @@ which is useful if you're trying the latest code from | rust |samba |sane_backends |seahorse |shadowsocks_libev |snort |sofia_sip | | spice |sqlite |squashfs |squid |strongswan |stunnel |subversion | | sudo |suricata |sylpheed |syslogng |sysstat |systemd |tcpdump | -| thrift |thttpd |timescaledb |tinyproxy |tor |tpm2_tss |transmission | -| trousers |unbound |unixodbc |upx |util_linux |varnish |vsftpd | -| webkitgtk |wget |wireshark |wolfssl |wpa_supplicant |xerces |xml2 | -| xscreensaver |zeek |zlib |znc |zsh | | | +| thrift |thttpd |thunderbird |timescaledb |tinyproxy |tor |tpm2_tss | +| transmission |trousers |unbound |unixodbc |upx |util_linux |varnish | +| vsftpd |webkitgtk |wget |wireshark |wolfssl |wpa_supplicant |xerces | +| xml2 |xscreensaver |zeek |zlib |znc |zsh | | For a quick overview of usage and how it works, you can also see [the readme file](README.md).