diff options
author | Kristian Fiskerstrand <kf@sumptuouscapital.com> | 2015-03-14 15:17:51 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-14 15:20:29 +0100 |
commit | 12225930dc978046faa00a294484324769144886 (patch) | |
tree | 04ba0a4cd03b7cc7d1de831b9ad8dbedfc770fda | |
parent | Explicitly sort IDs (diff) | |
download | security-12225930dc978046faa00a294484324769144886.tar.gz security-12225930dc978046faa00a294484324769144886.tar.bz2 security-12225930dc978046faa00a294484324769144886.zip |
Add reporting a vulnerability more prominent on index page
Signed-off-by: Alex Legler <alex@a3li.li>
-rw-r--r-- | views/index.erb | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/views/index.erb b/views/index.erb index 2c42c78..2d20c98 100644 --- a/views/index.erb +++ b/views/index.erb @@ -7,9 +7,15 @@ </p> <div class="alert alert-info"> + <strong>Reporting a vulnerability</strong> + <br /> + Information about how to report security vulnerabilities and contact information for confidential reports is available at <a href="http://www.gentoo.org/security/en/" class="alert-link">the Gentoo Linux Security pages</a>. +</div> + +<div class="alert alert-info"> <strong>Security Documentation</strong> - <br> - If you want to learn more about keeping your Gentoo system secure, or how to report vulnerabilities, + <br /> + If you want to learn more about keeping your Gentoo system secure please visit our <a href="http://www.gentoo.org/security/en/" class="alert-link">security documentation</a>. </div> @@ -30,4 +36,4 @@ </tr> <% end %> </table> -</div>
\ No newline at end of file +</div> |