diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/cve-json-to-text.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/cve-json-to-text.py b/scripts/cve-json-to-text.py index 5531ee5eb6..87a5669987 100755 --- a/scripts/cve-json-to-text.py +++ b/scripts/cve-json-to-text.py | |||
| @@ -125,6 +125,8 @@ def process_data(filename, data): | |||
| 125 | lines += "CVSS v2 BASE SCORE: %s\n" % issue["scorev2"] | 125 | lines += "CVSS v2 BASE SCORE: %s\n" % issue["scorev2"] |
| 126 | if "scorev3" in issue: | 126 | if "scorev3" in issue: |
| 127 | lines += "CVSS v3 BASE SCORE: %s\n" % issue["scorev3"] | 127 | lines += "CVSS v3 BASE SCORE: %s\n" % issue["scorev3"] |
| 128 | if "scorev4" in issue: | ||
| 129 | lines += "CVSS v4 BASE SCORE: %s\n" % issue["scorev4"] | ||
| 128 | if "vector" in issue: | 130 | if "vector" in issue: |
| 129 | lines += "VECTOR: %s\n" % issue["vector"] | 131 | lines += "VECTOR: %s\n" % issue["vector"] |
| 130 | if "vectorString" in issue: | 132 | if "vectorString" in issue: |
