Solution:
Go to the kbpopulator.py file and change this line of code to include the new variable CVSS_VECTOR_STRING
CVS_HEADER_COLUMNS = ["QID", "SEVERITY"] + QID_EXTRA_FIELDS_TO_LOG + ["CVSS_BASE", "CVSS_TEMPORAL", "CVSS_VECTOR_STRING", "CVE", "VENDOR_REFERENCE"]
def init(self, logger=None):
If your script is a little different, double check the script to see if there are any restrictions on variables or any variable references you need to change.
... View more