Skip to content

Commit 5244067

Browse files
chore: update checkers table (#4043)
Co-authored-by: GitHub <[email protected]>
1 parent 8e1b878 commit 5244067

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ transmission
659659
triaging
660660
trousers
661661
tss
662+
ttyd
662663
turbo
663664
twonky
664665
u

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CVE Binary Tool uses the NVD API but is not endorsed or certified by the NVD.
1616

1717
The tool has two main modes of operation:
1818

19-
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-->359<!--NUMBER OF CHECKERS END--> checkers. Our initial focus was on common, vulnerable open source components such as openssl, libpng, libxml2 and expat.
19+
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-->360<!--NUMBER OF CHECKERS END--> checkers. Our initial focus was on common, vulnerable open source components such as openssl, libpng, libxml2 and expat.
2020

2121
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.
2222

@@ -210,7 +210,7 @@ The following checkers are available for finding components in binary files:
210210

211211
<!--CHECKERS TABLE BEGIN-->
212212
| | | | Available checkers | | | |
213-
|--------------- |--------------- |------------------ |-------------- |---------------- |------------ |----------------- |
213+
|--------------- |--------------- |------------------ |------------- |---------------- |------------ |----------------- |
214214
| accountsservice |acpid |apache_http_server |apcupsd |apparmor |asn1c |assimp |
215215
| asterisk |atftp |avahi |axel |bash |bind |binutils |
216216
| bird |bison |bluez |boinc |botan |bro |bubblewrap |
@@ -258,12 +258,11 @@ The following checkers are available for finding components in binary files:
258258
| subversion |sudo |suricata |sylpheed |syslogng |sysstat |systemd |
259259
| tar |tcpdump |tcpreplay |terminology |tesseract |thrift |thttpd |
260260
| thunderbird |timescaledb |tinyproxy |tor |tpm2_tss |traceroute |transmission |
261-
| trousers |twonky_server |u_boot |udisks |unbound |unixodbc |upx |
262-
| util_linux |varnish |vim |vlc |vorbis_tools |vsftpd |webkitgtk |
263-
| wget |wireshark |wolfssl |wpa_supplicant |xerces |xml2 |xscreensaver |
264-
| xwayland |yasm |zabbix |zchunk |zeek |zlib |znc |
265-
| zsh |zstandard | | | | | |
266-
261+
| trousers |ttyd |twonky_server |u_boot |udisks |unbound |unixodbc |
262+
| upx |util_linux |varnish |vim |vlc |vorbis_tools |vsftpd |
263+
| webkitgtk |wget |wireshark |wolfssl |wpa_supplicant |xerces |xml2 |
264+
| xscreensaver |xwayland |yasm |zabbix |zchunk |zeek |zlib |
265+
| znc |zsh |zstandard | | | | |
267266
<!--CHECKERS TABLE END-->
268267

269268
All the checkers can be found in the checkers directory, as can the

doc/MANUAL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ which is useful if you're trying the latest code from
206206

207207
<!--CHECKERS TABLE BEGIN-->
208208
| | | | Available checkers | | | |
209-
|--------------- |--------------- |------------------ |-------------- |---------------- |------------ |----------------- |
209+
|--------------- |--------------- |------------------ |------------- |---------------- |------------ |----------------- |
210210
| accountsservice |acpid |apache_http_server |apcupsd |apparmor |asn1c |assimp |
211211
| asterisk |atftp |avahi |axel |bash |bind |binutils |
212212
| bird |bison |bluez |boinc |botan |bro |bubblewrap |
@@ -254,11 +254,11 @@ which is useful if you're trying the latest code from
254254
| subversion |sudo |suricata |sylpheed |syslogng |sysstat |systemd |
255255
| tar |tcpdump |tcpreplay |terminology |tesseract |thrift |thttpd |
256256
| thunderbird |timescaledb |tinyproxy |tor |tpm2_tss |traceroute |transmission |
257-
| trousers |twonky_server |u_boot |udisks |unbound |unixodbc |upx |
258-
| util_linux |varnish |vim |vlc |vorbis_tools |vsftpd |webkitgtk |
259-
| wget |wireshark |wolfssl |wpa_supplicant |xerces |xml2 |xscreensaver |
260-
| xwayland |yasm |zabbix |zchunk |zeek |zlib |znc |
261-
| zsh |zstandard | | | | | |
257+
| trousers |ttyd |twonky_server |u_boot |udisks |unbound |unixodbc |
258+
| upx |util_linux |varnish |vim |vlc |vorbis_tools |vsftpd |
259+
| webkitgtk |wget |wireshark |wolfssl |wpa_supplicant |xerces |xml2 |
260+
| xscreensaver |xwayland |yasm |zabbix |zchunk |zeek |zlib |
261+
| znc |zsh |zstandard | | | | |
262262
<!--CHECKERS TABLE END-->
263263

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

0 commit comments

Comments
 (0)