This is an automated email from the ASF dual-hosted git repository.
carryxyh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/master by this push:
new 21cfe11 Create security.md (#4165)
21cfe11 is described below
commit 21cfe1163d4fa07c3cb22b8d12ea149f6c87a701
Author: Huxing Zhang <[email protected]>
AuthorDate: Wed May 29 10:20:42 2019 +0800
Create security.md (#4165)
Add security.md
---
SECURITY.md | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 0000000..5f67609
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,31 @@
+# Security Policy
+
+## Supported Versions
+
+Below is a table that shows versions that accept security fix.
+
+| Version | Supported |
+| ------- | ------------------ |
+| 2.7.x | :white_check_mark: |
+| 2.6.x | :white_check_mark: |
+| 2.5.x | :x: |
+
+
+## Reporting a Vulnerability
+
+The Apache Software Foundation takes a rigorous standpoint in annihilating the
security issues in its software projects. Apache Dubbo is highly sensitive and
forthcoming to issues pertaining to its features and functionality.
+
+If you have apprehensions regarding Dubbo's security or you discover
vulnerability or potential threat, don’t hesitate to get in touch with the
Apache Dubbo Security Team by dropping a mail at [email protected]. In
the mail, specify the description of the issue or potential threat. You are
also urged to recommend the way to reproduce and replicate the issue. The Dubbo
community will get back to you after assessing and analysing the findings.
+
+PLEASE PAY ATTENTION to report the security issue on the security email before
disclosing it on public domain.
+
+## VULNERABILITY HANDLING
+
+An overview of the vulnerability handling process is:
+
+* The reporter reports the vulnerability privately to Apache.
+* The appropriate project's security team works privately with the reporter to
resolve the vulnerability.
+* A new release of the Apache product concerned is made that includes the fix.
+* The vulnerability is publically announced.
+
+A more detailed description of the process can be found
[here](https://www.apache.org/security/committers.html).