--> -->
      
 
 
<type 'exceptions.TypeError'>
Python 2.7.16: /usr/bin/python
Thu Mar 28 10:54:22 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/web/html/export_mitre_v4.py in <module>()
     87             {
     88                 "lang": "eng",
=>   89                 "value": summary + " in "+ product
     90           #      "value": "Vulnerability in " +product + summary
     91             }
summary = None, product = None

<type 'exceptions.TypeError'>: unsupported operand type(s) for +: 'NoneType' and 'str'
      args = ("unsupported operand type(s) for +: 'NoneType' and 'str'",)
      message = "unsupported operand type(s) for +: 'NoneType' and 'str'"