[Git][security-tracker-team/security-tracker][master] 2 commits: Update Ubuntu CVE status URL
Salvatore Bonaccorso (@carnil)
carnil at debian.org
Mon Jul 14 19:32:49 BST 2025
Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker
Commits:
72ca4f72 by Sylvain Beucler at 2025-07-12T14:21:03+02:00
Update Ubuntu CVE status URL
https://people.canonical.com/~ubuntu-security/cve/*
now redirects to https://ubuntu.com/security/* .
- - - - -
48058cfc by Salvatore Bonaccorso at 2025-07-14T20:32:45+02:00
Merge branch 'ubuntu-url' into 'master'
Update Ubuntu CVE status URL
See merge request security-tracker-team/security-tracker!235
- - - - -
1 changed file:
- bin/tracker_service.py
Changes:
=====================================
bin/tracker_service.py
=====================================
@@ -1334,7 +1334,7 @@ Debian bug number.'''),
return url.absolute("https://bugzilla.redhat.com/show_bug.cgi",
id=name)
def url_ubuntu_bug(self, url, name):
- return url.absolute("https://people.canonical.com/~ubuntu-security/cve/%s" % name)
+ return url.absolute("https://ubuntu.com/security/%s" % name)
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):
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/84c337742ca80e1c557af6eb30747bb6dd1a6d91...48058cfc91db9c128f347d365dddf802197bb8bd
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/84c337742ca80e1c557af6eb30747bb6dd1a6d91...48058cfc91db9c128f347d365dddf802197bb8bd
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20250714/ec8fc013/attachment-0001.htm>
More information about the debian-security-tracker-commits
mailing list