JAMES-2315 Reference security instructions in the community guidelines
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/2cb45db2 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/2cb45db2 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/2cb45db2 Branch: refs/heads/master Commit: 2cb45db2a1d314bcd2f1ce9081fbf81746cc0d1d Parents: d24d3f8 Author: benwa <[email protected]> Authored: Tue Jan 30 10:55:02 2018 +0700 Committer: benwa <[email protected]> Committed: Thu Feb 1 17:31:47 2018 +0700 ---------------------------------------------------------------------- src/homepage/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/2cb45db2/src/homepage/index.html ---------------------------------------------------------------------- diff --git a/src/homepage/index.html b/src/homepage/index.html index e8db47c..d0ed810 100644 --- a/src/homepage/index.html +++ b/src/homepage/index.html @@ -192,6 +192,14 @@ WHAT WILL YOU TRY:</b><br> </span> </li> <li class="post-template center-icon"> + <a href="http://www.apache.org/security/" alt="Report security vulnerabilities"><span class="icon fa-shield "></span></a> + <span class="details"> + <b>Reporting security vulnerabilities:</b><br/> + <a class="comm" alt="Security" href="http://www.apache.org/security/">Security</a>: Vulnerabilities should be announced to the Apache Security team.<br/> + PMCs will be notified about them, and will work hard to propose fixes as fast as possible. + </span> + </li> + <li class="post-template center-icon"> <a href="http://twitter.com/ApacheJames" alt="twitter account"><span class="icon fa-twitter"></span></a> <span class="details"> <b>Twitter:</b> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
