This is an automated email from the ASF dual-hosted git repository. cws pushed a commit to branch security in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 461679154b7229d13b6ea828ab49cd6bfbd929be Author: Carl W. Steinbach <[email protected]> AuthorDate: Mon Jul 12 16:45:09 2021 -0700 Add security page to site docs 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 dbda3f3..cee0305 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
