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/16 02:56:16 UTC

[incubator-apisix-website] branch feature-security created (now 510f811)

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

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


      at 510f811  feat: added Security page

This branch includes the following new commits:

     new 510f811  feat: added Security page

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-apisix-website] 01/01: feat: added Security page

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 510f811374a4c9778ceb77e621a3c2c68170e9b4
Author: juzhiyuan <jj...@gmail.com>
AuthorDate: Thu Jan 16 10:55:58 2020 +0800

    feat: added Security page
---
 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