зеркало из https://github.com/mozilla/scanapi.git
include impact label with results
This commit is contained in:
Родитель
e200521053
Коммит
a77fc96d60
|
@ -100,6 +100,7 @@ class ScanAPIParser(object):
|
|||
'cve': entry['cve'],
|
||||
'cvss': entry['cvss'],
|
||||
'title': entry['name'],
|
||||
'impact': entry['risk'].lower(),
|
||||
'vulnerable_packages': []
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче