summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Fiskerstrand <kf@sumptuouscapital.com>2015-03-14 15:17:51 +0100
committerAlex Legler <alex@a3li.li>2015-03-14 15:20:29 +0100
commit12225930dc978046faa00a294484324769144886 (patch)
tree04ba0a4cd03b7cc7d1de831b9ad8dbedfc770fda
parentExplicitly sort IDs (diff)
downloadsecurity-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.erb12
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>