Skip to content

Commit 1c02c90

Browse files
committed
Added Vpkg and newline at the end
modified: gnutls.py
1 parent 4e87e86 commit 1c02c90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cve_bin_tool/checkers/gnutls.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ def get_version(lines, filename):
1111
returns version information for gnutls found in given file.
1212
Verfies using the tools gnutls-cli
1313
Verifies using the libraries libgnutls.so and libgnutls-dane.so
14+
15+
VPkg: gnutls, gnutls
1416
"""
1517
regex = [r"gnutls-cli ([3]+\.[0-9]+\.[0-9]+)"]
1618
version_info = dict()
@@ -27,4 +29,4 @@ def get_version(lines, filename):
2729
elif "libgnutls-dane.so" in filename:
2830
version_info["is_or_contains"] = "is"
2931

30-
return version_info
32+
return version_info

0 commit comments

Comments
 (0)