From 56a2d78e25bf96b18ce878d8c0cdc4284ecc5a66 Mon Sep 17 00:00:00 2001 From: Santiago Torres Date: Thu, 13 Jun 2019 19:09:49 -0400 Subject: [PATCH 1/5] tracker: add security splash page as index More information on how to submit vulnerablities on arch linux components and infrastructure, as well as how to report issues with packages is necessary to ease the vulnerablity disclosure process. Signed-off-by: Santiago Torres --- tracker/templates/base.html | 3 ++- tracker/templates/home.html | 40 +++++++++++++++++++++++++++++++++++++ tracker/view/__init__.py | 1 + tracker/view/home.py | 8 ++++++++ tracker/view/index.py | 1 - 5 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 tracker/templates/home.html create mode 100644 tracker/view/home.py diff --git a/tracker/templates/base.html b/tracker/templates/base.html index 483fa1da..d9ca9ee6 100644 --- a/tracker/templates/base.html +++ b/tracker/templates/base.html @@ -21,7 +21,8 @@