This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 53ad313  Docs: Add security page to ASF site (#2813)
53ad313 is described below

commit 53ad313eba1a7b421e311810406f22beeb7f0aaf
Author: Carl Steinbach <[email protected]>
AuthorDate: Mon Jul 26 15:30:09 2021 -0700

    Docs: Add security page to ASF site (#2813)
    
    This patch adds a page to the site docs which describes the process for
    reporting security vulnerabilites found in Apache Iceberg.
---
 site/docs/security.md | 26 ++++++++++++++++++++++++++
 site/mkdocs.yml       |  1 +
 2 files changed, 27 insertions(+)

diff --git a/site/docs/security.md b/site/docs/security.md
new file mode 100644
index 0000000..7cd36a9
--- /dev/null
+++ b/site/docs/security.md
@@ -0,0 +1,26 @@
+<!--
+ - 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.
+ -->
+
+# Reporting Security Issues
+
+The Apache Iceberg Project uses the standard process outlined by the [Apache
+Security Team](https://www.apache.org/security/) for reporting vulnerabilities.
+Note that vulnerabilities should not be publicly disclosed until the project 
has
+responded.
+
+To report a possible security vulnerability, please email <a
+href="mailto:[email protected]";>[email protected]</a>.
diff --git a/site/mkdocs.yml b/site/mkdocs.yml
index 443bd22..791ea3a 100644
--- a/site/mkdocs.yml
+++ b/site/mkdocs.yml
@@ -55,6 +55,7 @@ nav:
     - Blogs: blogs.md
     - Trademarks: trademarks.md
     - How to Release: how-to-release.md
+    - Security: security.md
   - Tables:
     - Configuration: configuration.md
     - Schemas: schemas.md

Reply via email to