aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/cvetool2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cvetool b/bin/cvetool
index f60248b..28b8901 100755
--- a/bin/cvetool
+++ b/bin/cvetool
@@ -83,7 +83,7 @@ class CVETool:
print('{} not found in Gentoo\'s CVE database!'.format(cve))
sys.exit(0)
- print(' CVE ID: ' + data['cve_id'])
+ print(' CVE ID: ' + data['cve_id'] + ' (#' + str(data['id']) + ')')
print(' Summary: ' + data['summary'])
print(' Published: ' + (data['published_at'] if data['published_at'] is not None else "Not yet published"))
print('-' * 80)