Skip to content

Commit 8e9c9b8

Browse files
Rahul2044Rahul Lugun
andauthored
added gcc to available checker' list in the readme (#945)
* added gcc to available checker' list * updated available checkers' in MANUAL.md Co-authored-by: Rahul Lugun <rlugun65@gmail,com>
1 parent 3659727 commit 8e9c9b8

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ match certain vulnerable versions of the following libraries and tools:
8989
| | | | Available checkers | | | |
9090
| -------- | --------- | ---------------| ------------------ | ---------- | ---------- | ------- |
9191
| avahi | bash | bind | binutils | busybox | bzip2 | cups |
92-
| curl | dovecot | expat | ffmpeg | freeradius | gimp | gnutls |
93-
| glibc | gstreamer | haproxy | hostapd | icecast | icu | irssi |
94-
| kerberos | libarchive| libdb | libgcrypt | libjpeg | libnss | libtiff |
95-
| libvirt | lighttpd | mariadb | memcached | ncurses | nessus | netpbm |
96-
| nginx | node | openafs | openldap | openssh | openssl | openswan|
97-
| openvpn | png | polarssl_fedora| postgresql | python | qt | radare2 |
98-
| rsyslog | samba | sqlite | strongswan | syslogng | systemd | tcpdump |
99-
| varnish | wireshark | xerces | xml2 | zlib | | |
92+
| curl | dovecot | expat | ffmpeg | freeradius | gcc | gimp |
93+
| gnutls | glibc | gstreamer | haproxy | hostapd | icecast | icu |
94+
| irssi | kerberos | libarchive | libdb | libgcrypt | libjpeg | libnss |
95+
| libtiff | libvirt | lighttpd | mariadb | memcached | ncurses | nessus |
96+
| netpbm | nginx | node | openafs | openldap | openssh | openssl |
97+
| openswan | openvpn | png | polarssl_fedora | postgresql | python | qt |
98+
| radare2 | rsyslog | samba | sqlite | strongswan | syslogng | systemd |
99+
| tcpdump | varnish | wireshark | xerces | xml2 | zlib | |
100100

101101
All the checkers can be found in the checkers directory, as can the
102102
[instructions on how to add a new checker](cve_bin_tool/checkers/README.md).

doc/MANUAL.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@ which is useful if you're trying the latest code from
7474
comma-separated list of checkers to disable
7575
-r RUNS, --runs RUNS comma-separated list of checkers to enable
7676

77-
| | | | Available checkers | | | |
78-
| -------- | -------- | ---------- | ------------------ | ---------- | ---------- | ------- |
79-
| avahi | bash | bind | binutils | bluez | busybox | bzip2 |
80-
| cups | curl | dovecot | expat | ffmpeg | freeradius | gimp |
81-
| gnutls | glibc | gstreamer | haproxy | hostapd | icecast | icu |
82-
| irssi | kerberos | libarchive | libdb | libgcrypt | libjpeg | libnss |
83-
| libtiff | libvirt | lighttpd | mariadb | memcached | ncurses | nessus |
84-
| netpbm | nginx | node | openafs | openldap | openssh | openssl |
85-
| openswan | openvpn | png | polarssl_fedora | postgresql | python | qt |
86-
| radare2 | rsyslog | samba | sqlite | strongswan | syslogng | systemd |
87-
| tcpdump | varnish | wireshark | xerces | xml2 | zlib | |
77+
| | | | Available checkers | | | |
78+
| -------- | --------- | ---------------| ------------------ | ---------- | ---------- | ------- |
79+
| avahi | bash | bind | binutils | busybox | bzip2 | cups |
80+
| curl | dovecot | expat | ffmpeg | freeradius | gcc | gimp |
81+
| gnutls | glibc | gstreamer | haproxy | hostapd | icecast | icu |
82+
| irssi | kerberos | libarchive | libdb | libgcrypt | libjpeg | libnss |
83+
| libtiff | libvirt | lighttpd | mariadb | memcached | ncurses | nessus |
84+
| netpbm | nginx | node | openafs | openldap | openssh | openssl |
85+
| openswan | openvpn | png | polarssl_fedora | postgresql | python | qt |
86+
| radare2 | rsyslog | samba | sqlite | strongswan | syslogng | systemd |
87+
| tcpdump | varnish | wireshark | xerces | xml2 | zlib | |
8888

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

0 commit comments

Comments
 (0)