commit:     08570431fe03884631ed495d73027c53396ad024
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 07:24:35 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 07:25:19 2024 +0000
URL:        
https://gitweb.gentoo.org/proj/chromium-tools.git/commit/?id=08570431

get-edge-cves.py: Update bgo output

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 get-edge-cves.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/get-edge-cves.py b/get-edge-cves.py
index 72e68f8..515c986 100755
--- a/get-edge-cves.py
+++ b/get-edge-cves.py
@@ -157,7 +157,7 @@ def get_cve_from_bug_alias(bugnumber: int) -> list[str]:
     bzapi = bugzilla.Bugzilla(url, api_key)
     bug = bzapi.getbug(bugnumber)
     cves = bug.alias
-    print(f'Bug: {bug} has {len(cves)} CVEs.')
+    print(f'Bug: {bug} has {len(cves)} CVEs:\n\t{', '.join(cves)}')
 
     return cves
 

Reply via email to