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

roryqi pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git

commit c8b1f9c0f97d2d90623bdbbd60761a54dd15210a
Author: roryqi <ror...@apache.org>
AuthorDate: Fri Nov 29 10:27:58 2024 +0800

    [MINOR] community: Add security.md (#2268)
    
    ### What changes were proposed in this pull request?
    
     Add security.md
    
    ### Why are the changes needed?
    Graduation mature assessment
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    No need.
---
 security.md | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/security.md b/security.md
new file mode 100644
index 000000000..57483fd9c
--- /dev/null
+++ b/security.md
@@ -0,0 +1,30 @@
+<!--
+  ~ 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.
+  -->
+
+# Security
+
+The Apache Software Foundation takes a rigorous stance on eliminating security 
issues in its software projects. Likewise, Apache Uniffle (incubating) is also 
vigilant and takes security issues related to its features and functionality 
into the highest consideration.
+
+If you have any concerns regarding Uniffle's security,
+or you discover a vulnerability or potential threat,
+please do not hesitate to get in touch with the Apache Security Team by 
dropping an email at priv...@uniffle.apache.org.
+
+Please specify the project name as "Uniffle" in the email, and provide a 
description of the relevant problem or potential threat. You are also urged to 
recommend how to reproduce and replicate the issue.
+
+The Apache Security Team and the Uniffle community will get back to you after 
assessing and analyzing the findings.
+
+Please note that the security issue should be reported on the security email 
first, before disclosing it on any public domain.

Reply via email to