Hello Debian team, please consider the following change to the tracker: * fix SUSE capitalization * link to SUSE CVE pages See patch attached, Andreas -- Andreas Stieger <astieger@suse.com> Project Manager Security SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
Index: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py (revision 58676)
+++ bin/tracker_service.py (working copy)
@@ -397,7 +397,7 @@ data source.""")],
", ",
self.make_gentoo_bug_ref(url, bug.name, 'Gentoo'),
", ",
- self.make_suse_bug_ref(url, bug.name, 'SuSE'),
+ self.make_suse_bug_ref(url, bug.name, 'SUSE'),
", ",
self.make_mageia_bug_ref(url, bug.name, 'Mageia'),
", GitHub ",
@@ -1536,8 +1536,7 @@ Debian bug number.'''),
def url_gentoo_bug(self, url, name):
return url.absolute("https://bugs.gentoo.org/show_bug.cgi", id=name)
def url_suse_bug(self, url, name):
- return url.absolute("https://bugzilla.novell.com/show_bug.cgi",
- id=name)
+ return url.absolute("https://www.suse.com/security/cve/%s/" % name)
def url_mageia_bug(self, url, name):
return url.absolute("https://advisories.mageia.org/%s.html" % name)
def url_github_code_bug(self, url, name):
Attachment:
signature.asc
Description: OpenPGP digital signature