[Secure-testing-commits] [Git][security-tracker-team/security-tracker][master] Add empty string as contact for distributions not yet supported
Salvatore Bonaccorso
carnil at debian.org
Sat Jan 27 12:52:02 UTC 2018
Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker
Commits:
2edc41e7 by Salvatore Bonaccorso at 2018-01-27T13:51:05+01:00
Add empty string as contact for distributions not yet supported
As asked by Markus Koschany for #878088 implementation.
- - - - -
1 changed file:
- static/distributions.json
Changes:
=====================================
static/distributions.json
=====================================
--- a/static/distributions.json
+++ b/static/distributions.json
@@ -16,10 +16,12 @@
},
"buster": {
"major-version": "10",
- "support": "none"
+ "support": "none",
+ "contact": ""
},
"bullseye": {
"major-version": "11",
- "support": "none"
+ "support": "none",
+ "contact": ""
}
}
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/2edc41e77c0a1efeb77caa2b2876040e3bce4e5c
---
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/2edc41e77c0a1efeb77caa2b2876040e3bce4e5c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/secure-testing-commits/attachments/20180127/5a8f5b59/attachment-0001.html>
More information about the Secure-testing-commits
mailing list