From 6124fee438483b5122ef6a090c2990315676712d Mon Sep 17 00:00:00 2001 From: Xin LI <delphij@FreeBSD.org> Date: Tue, 10 Mar 2015 18:43:57 +0000 Subject: [PATCH] Make reporting FreeBSD security incidents more visible. --- en_US.ISO8859-1/htdocs/security/security.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/htdocs/security/security.xml b/en_US.ISO8859-1/htdocs/security/security.xml index 7ce82cb9b1..3470363725 100644 --- a/en_US.ISO8859-1/htdocs/security/security.xml +++ b/en_US.ISO8859-1/htdocs/security/security.xml @@ -19,15 +19,27 @@ <p>FreeBSD takes security very seriously and its developers are constantly working on making the operating system as secure as possible. This page will provide information about what to do in - the event of a security vulnerability affecting your system, and - how to report vulnerabilities.</p> + the event of a security vulnerability affecting your system</p> + + <h2>Reporting FreeBSD security incidents</h2> + + <p>All FreeBSD security issues should be reported to the <a + href="mailto:secteam@FreeBSD.org">FreeBSD Security Team</a> + or, if a higher level of confidentiality is required, PGP + encrypted to the <a + href="mailto:security-officer@FreeBSD.org">Security Officer + Team</a> + using the <a href="so_public_key.asc">Security Officer PGP + key</a>. + Additional information can be found at the <a + href="reporting.html">reporting FreeBSD security incidents</a> + page.</p> <h2>Table of Contents</h2> <ul> <li><a href="#recent">Recent FreeBSD security vulnerabilities</a></li> <li><a href="#how">How to update your system</a></li> - <li><a href="reporting.html">Reporting FreeBSD security incidents</a></li> </ul> <a name="recent"></a>