Repository: incubator-systemml-website Updated Branches: refs/heads/master 0c170c572 -> b2f52ca65
[MINOR] Add security page under Apache Closes #42. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/commit/b2f52ca6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/b2f52ca6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/b2f52ca6 Branch: refs/heads/master Commit: b2f52ca653077a67815e5e79b0b9342ece043412 Parents: 0c170c5 Author: Glenn Weidner <[email protected]> Authored: Fri Mar 17 21:03:48 2017 -0700 Committer: Glenn Weidner <[email protected]> Committed: Fri Mar 17 21:03:48 2017 -0700 ---------------------------------------------------------------------- _src/_data/navigation.yml | 2 + .../themes/apache/partials/_navigation.html | 1 + _src/security.html | 43 ++++++++++++++++++++ 3 files changed, 46 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/b2f52ca6/_src/_data/navigation.yml ---------------------------------------------------------------------- diff --git a/_src/_data/navigation.yml b/_src/_data/navigation.yml index 87b7b2b..b9ac7dd 100644 --- a/_src/_data/navigation.yml +++ b/_src/_data/navigation.yml @@ -51,3 +51,5 @@ topnav: url: http://www.apache.org/foundation/thanks.html - title: Privacy Policy url: /privacy-policy + - title: Security + url: /security \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/b2f52ca6/_src/_includes/themes/apache/partials/_navigation.html ---------------------------------------------------------------------- diff --git a/_src/_includes/themes/apache/partials/_navigation.html b/_src/_includes/themes/apache/partials/_navigation.html index 08c2317..2c12ff3 100644 --- a/_src/_includes/themes/apache/partials/_navigation.html +++ b/_src/_includes/themes/apache/partials/_navigation.html @@ -31,6 +31,7 @@ limitations under the License. <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li> <li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li> <li><a href="https://systemml.apache.org/privacy-policy" target="_blank">Privacy Policy</a></li> + <li><a href="https://systemml.apache.org/security" target="_blank">Security</a></li> </ul> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/b2f52ca6/_src/security.html ---------------------------------------------------------------------- diff --git a/_src/security.html b/_src/security.html new file mode 100644 index 0000000..2b7c446 --- /dev/null +++ b/_src/security.html @@ -0,0 +1,43 @@ +--- +layout: page +title: Apache SystemML Security +description: Apache SystemML security +group: nav-right +--- +<!-- +{% comment %} +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to you under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +{% endcomment %} +--> + +<div class="ml-container clear-header"> + + <h1>{{ site.data.project.name }} Security</h1> + <p> + The Apache Software Foundation takes a very active stance in eliminating security problems with its projects. + If you have any security concerns regarding Apache SystemML™, or believe you have uncovered a vulnerability or potential threat, contact the Apache Security Team at <a href="mailto:[email protected]?Subject=[SECURITY][SYSTEMML] My security issue">[email protected]</a>. + Include a description of the issue and try to provide steps to reproduce the problem. + The Apache SystemML™ Community and the Apache Security Team take security issues very seriously and will respond. + </p> + <p> + Note the general Apache Security mailing address <a href="mailto:[email protected]">[email protected]</a> is private and should be used only for undisclosed vulnerabilities.</br> + <b>Please report any security problems to Apache Security Team before disclosing it publicly.</b> + </p> + <p> + The <span class="caps">ASF</span> Security team maintains a page with a description of how vulnerabilities and potential threats are handled. Refer to their <a href="http://www.apache.org/security/">security page</a> for more information. + </p> + +</div>
