eliasgranderubio/dagda

zlib decompress fail - need help

miskeenhijas opened this issue · 0 comments

Exception in thread Thread-18:
Traceback (most recent call last):
File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib64/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/root/dagda-master/dagda/vulnDB/db_composer.py", line 152, in _threaded_cve_gathering
cve_list = get_cve_list_from_file(compressed_content, i)
File "/root/dagda-master/dagda/vulnDB/ext_source_util.py", line 62, in get_cve_list_from_file
xml_file_content = zlib.decompress(compressed_content, 16 + zlib.MAX_WBITS)
zlib.error: Error -3 while decompressing data: incorrect header check