Skip to content

Commit 0cde93b

Browse files
committed
Added Vpkg at the bottom of the Docstring
modified: bluez.py
1 parent 6bec7bd commit 0cde93b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cve_bin_tool/checkers/bluez.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
# def get_version(lines, filename):
1111
def get_version(lines, filename):
12-
"""Bluetoothctl will work for Version 5.0+"""
12+
"""Bluetoothctl will work for Version 5.0+
13+
Vpkg: bluez, bluez
14+
"""
1315
regex = [r"bluetoothctl: ([5]+\.[0-9]+\.[0-9]+)"]
1416
version_info = dict()
1517
if filename[::-1].startswith(("bluetoothctl")[::-1]):

0 commit comments

Comments
 (0)