Repository: nifi-site Updated Branches: refs/heads/master 58f2b9498 -> 8c1948f09
Adding reference to security alias on mailing lists page Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/8c1948f0 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/8c1948f0 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/8c1948f0 Branch: refs/heads/master Commit: 8c1948f09feee2332c3b6ab05cc26cdf9a29f13a Parents: 58f2b94 Author: joewitt <[email protected]> Authored: Wed Feb 1 15:36:14 2017 -0500 Committer: joewitt <[email protected]> Committed: Wed Feb 1 15:36:14 2017 -0500 ---------------------------------------------------------------------- src/pages/html/mailing_lists.hbs | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/8c1948f0/src/pages/html/mailing_lists.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/mailing_lists.hbs b/src/pages/html/mailing_lists.hbs index c0959f3..b558bd6 100644 --- a/src/pages/html/mailing_lists.hbs +++ b/src/pages/html/mailing_lists.hbs @@ -67,6 +67,15 @@ title: Apache NiFi Mailing Lists <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/nifi-issues/">mail-archives.apache.org</a></td> <td>Automated e-mails each time comments are made in JIRA or Github</td> </tr> + <tr> + <td>Security Mailing List</td> + <td>private</td> + <td>private</td> + <td><a class="externalLink" href="mailto:[email protected]">Post</a></td> + <td>not archived</td> + <td>not archived</td> + <td>Alias to report security issues to NiFi. Please see <a href="https://www.apache.org/security/committers.html">ASF security reporting guidance</a> and <a href="https://nifi.apache.org/security.html">NiFi security page</a></td> + </tr> </table> </div> </div>
