Skip to content

Commit dc65c76

Browse files
authored
checker: Remove bluez
Remove bluetoothctl test Fixes: #912
1 parent b4ea4bb commit dc65c76

File tree

7 files changed

+11
-41
lines changed

7 files changed

+11
-41
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,17 @@ require more information, there is also a [user manual](MANUAL.md) available.
8181
This scanner looks at the strings found in binary files to see if they
8282
match certain vulnerable versions of the following libraries and tools:
8383

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

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

cve_bin_tool/checkers/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"bash",
1212
"bind",
1313
"binutils",
14-
"bluez",
1514
"busybox",
1615
"bzip2",
1716
"cups",

cve_bin_tool/checkers/bluez.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

test/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ To test the filename mappings, rather than making a bunch of empty files, we're
121121
@pytest.mark.parametrize(
122122
"checker_name, file_name, expected_result",
123123
[
124-
("bluez", "libbluetooth.so.4", ["bluetoothctl"]),
125124
("python", "python", ["python"]),
126125
("python", "python3.8", ["python"]),
127126
],

test/test_checkers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ class TestCheckerVersionParser:
4242
"checker_name, file_name, expected_results",
4343
[
4444
("binutils", "dlltool", ["binutils"]),
45-
("bluez", "libbluetooth.so.4", ["bluetoothctl"]),
4645
("bzip2", "bzip2.so", ["bzip2"]),
4746
("cups", "cupsd.so", ["cups"]),
4847
("curl", "libcurl.so.4", ["curl"]),

test/test_data/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"bash",
44
"bind",
55
"binutils",
6-
"bluetoothctl",
76
"busybox",
87
"bzip2",
98
"cups",

test/test_data/bluetoothctl.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)