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 53be88a commit 076e16fCopy full SHA for 076e16f
cve_bin_tool/checkers/xml2.py
@@ -28,7 +28,7 @@ class Xml2Checker(Checker):
28
@staticmethod
29
def guess_xml2_version(lines):
30
"""Guesses the xml2 version from the file contents"""
31
- new_guess = ""
+ new_guess = "UNKNOWN"
32
pattern1 = re.compile(r"/libxml2-([0-9]+\.[0-9]+\.[0-9]+)/")
33
pattern2 = re.compile(r"\\libxml2-([0-9]+\.[0-9]+\.[0-9]+)\\")
34
# fedora 29 string looks like libxml2.so.2.9.8-2.9.8-4.fc29.x86_64.debug
0 commit comments