From 8d52dc8564d4889204ce32912460b9b834ec8d48 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 22 Apr 2021 10:38:31 +0200 Subject: [PATCH] vuln: add links to aport code and issues make it easy to: - find any reported issues (so they can be closed while working on fix) - find any commits or references in APKBUILDs --- secfixes_tracker/templates/vuln.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/secfixes_tracker/templates/vuln.html b/secfixes_tracker/templates/vuln.html index 321f595..68845fc 100644 --- a/secfixes_tracker/templates/vuln.html +++ b/secfixes_tracker/templates/vuln.html @@ -59,8 +59,10 @@
Forges
- GitHub code, - issues + GitHub (code, + issues), + Aports (code, + issues)
@@ -109,4 +111,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} -- GitLab