We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bec7bd commit 0cde93bCopy full SHA for 0cde93b
cve_bin_tool/checkers/bluez.py
@@ -9,7 +9,9 @@
9
10
# def get_version(lines, filename):
11
def get_version(lines, filename):
12
- """Bluetoothctl will work for Version 5.0+"""
+ """Bluetoothctl will work for Version 5.0+
13
+ Vpkg: bluez, bluez
14
+ """
15
regex = [r"bluetoothctl: ([5]+\.[0-9]+\.[0-9]+)"]
16
version_info = dict()
17
if filename[::-1].startswith(("bluetoothctl")[::-1]):
0 commit comments