You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/01/21 02:42:45 UTC

[incubator-apisix-website] branch master updated: feat: added Security page (#17)

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

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 69b1b1a  feat: added Security page (#17)
69b1b1a is described below

commit 69b1b1a54bc8318bcd061197d55df023e2e0a17a
Author: 琚致远 <ju...@apache.org>
AuthorDate: Tue Jan 21 10:42:37 2020 +0800

    feat: added Security page (#17)
---
 config.yaml                  |  4 ++++
 content/security/index.en.md | 13 +++++++++++++
 content/security/index.zh.md | 13 +++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/config.yaml b/config.yaml
index a468486..61acfe7 100644
--- a/config.yaml
+++ b/config.yaml
@@ -36,6 +36,8 @@ languages:
       navbar:
       - title: Home
         url: /
+      - title: Security
+        url: /security
       - title: Downloads
         url: /downloads
       language:
@@ -114,6 +116,8 @@ languages:
     navbar:
     - title: 首页
       url: /
+    - title: 安全
+      url: security
     - title: 下载
       url: /downloads
     language:
diff --git a/content/security/index.en.md b/content/security/index.en.md
new file mode 100644
index 0000000..ead78bf
--- /dev/null
+++ b/content/security/index.en.md
@@ -0,0 +1,13 @@
+---
+title: "Security"
+date: 2020-01-16T11:46:04+08:00
+include_footer: true
+---
+
+<div class="security">
+  <p>The Apache Software Foundation takes a rigorous stance on eliminating security issues in its software projects. Apache Incubator APISIX is also very concerned Security issues related to its features and functionality.</p>
+
+  <p>If you have apprehensions regarding APISIX’s security or you discover vulnerability or potential threat, don’t hesitate to get in touch with the Apache Security Team by dropping a mail at <a href="mailto:security@apache.org">security@apache.org</a>. Please specify the project name as Incubator APISIX and its product name APISIX or APISIX-Dashboard in the email and provide a description of the relevant problem or potential threat. You are also urged to recommend the way to reproduce  [...]
+
+  <p>Please pay attention to report the security issue on the security email before disclosing it on public domain.</p>
+</div>
\ No newline at end of file
diff --git a/content/security/index.zh.md b/content/security/index.zh.md
new file mode 100644
index 0000000..5d28996
--- /dev/null
+++ b/content/security/index.zh.md
@@ -0,0 +1,13 @@
+---
+title: "安全"
+date: 2020-01-16T11:46:04+08:00
+include_footer: true
+---
+
+<div class="security">
+  <p>The Apache Software Foundation takes a rigorous stance on eliminating security issues in its software projects. Apache Incubator APISIX is also very concerned Security issues related to its features and functionality.</p>
+
+  <p>If you have apprehensions regarding APISIX’s security or you discover vulnerability or potential threat, don’t hesitate to get in touch with the Apache Security Team by dropping a mail at <a href="mailto:security@apache.org">security@apache.org</a>. Please specify the project name as Incubator APISIX and its product name APISIX or APISIX-Dashboard in the email and provide a description of the relevant problem or potential threat. You are also urged to recommend the way to reproduce  [...]
+
+  <p>Please pay attention to report the security issue on the security email before disclosing it on public domain.</p>
+</div>
\ No newline at end of file