diff options
-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> |