Skip to content

Commit 81df16e

Browse files
authored
Merge pull request #238 from terriko/bluez_fix
Typofix: Vpkg->VPkg
2 parents af33b7c + 2dd60c0 commit 81df16e

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
@@ -7,9 +7,11 @@
77
"""
88
from ..util import regex_find
99

10+
1011
def get_version(lines, filename):
1112
"""Bluetoothctl will work for Version 5.0+
12-
Vpkg: bluez, bluez
13+
14+
VPkg: bluez, bluez
1315
"""
1416
regex = [r"bluetoothctl: ([5]+\.[0-9]+\.[0-9]+)"]
1517
version_info = dict()

0 commit comments

Comments
 (0)