This is an automated email from the ASF dual-hosted git repository.
mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 23d31f3 Create SECURITY.md (#3757)
23d31f3 is described below
commit 23d31f34c9b00ab83bc7ccb4c47ba15590a9eee0
Author: ocket8888 <[email protected]>
AuthorDate: Mon Aug 5 14:32:55 2019 -0600
Create SECURITY.md (#3757)
* Create SECURITY.md
Adds a GitHub security policy, still in beta but will be presumably
standard in the future.
* Added License header
---
SECURITY.md | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 0000000..ac3c0b2
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,33 @@
+# Security Policy
+
+## Supported Versions
+
+| Version | Supported |
+| ------- | ------------------ |
+| < 2.2 | :x: |
+| 2.2.x | :white_check_mark: |
+| 3.0.x | :white_check_mark: |
+
+## Reporting a Vulnerability
+Contact the [Apache Software Foundation Security
Team](mailto:[email protected])
+and follow the guidelines on [the Apache Software Foundation security
page](https://www.apache.org/security/)
+regarding vulnerability disclosure.
+
+<!--
+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.
+-->