You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2016/05/24 09:42:32 UTC

kafka-site git commit: KAFKA-3709: Create a project security page.

Repository: kafka-site
Updated Branches:
  refs/heads/asf-site af5a933bb -> 02bea1dfc


KAFKA-3709: Create a project security page.

Closes #12.


Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/02bea1df
Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/02bea1df
Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/02bea1df

Branch: refs/heads/asf-site
Commit: 02bea1dfc1884058ef3d821e9433df99d3ef8370
Parents: af5a933
Author: Flavio Junqueira <fp...@apache.org>
Authored: Fri May 13 10:52:47 2016 +0100
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Tue May 24 10:41:30 2016 +0100

----------------------------------------------------------------------
 includes/header.html  |  1 +
 project_security.html | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka-site/blob/02bea1df/includes/header.html
----------------------------------------------------------------------
diff --git a/includes/header.html b/includes/header.html
index e9c94b3..679640b 100644
--- a/includes/header.html
+++ b/includes/header.html
@@ -50,6 +50,7 @@
 				<li><a href="/performance.html">performance</a></li>
 				<li><a href="https://cwiki.apache.org/confluence/display/KAFKA/Clients">clients</a></li>
 				<li><a href="https://cwiki.apache.org/confluence/display/KAFKA/Ecosystem">ecosystem</a></li>
+				<li><a href="/project-security.html">security</a></li>
 				<li><a href="https://cwiki.apache.org/confluence/display/KAFKA/FAQ">faq</a></li>
 				<li>project
 					<ul>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/02bea1df/project_security.html
----------------------------------------------------------------------
diff --git a/project_security.html b/project_security.html
new file mode 100644
index 0000000..2c66e78
--- /dev/null
+++ b/project_security.html
@@ -0,0 +1,34 @@
+<!--
+ 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.
+-->
+
+<!--#include virtual="../includes/header.html" -->
+
+<h1>Kafka Security</h1>
+
+<p>
+	The Apache Software Foundation takes security issues very seriously. Apache Kafka specifically offers security features and is responsive to issues around its features. If you have any concern around Kafka Security or believe you have uncovered a vulnerability, we suggest that you get in touch via the e-mail address <a href="mailto:security@kafka.apache.org?Subject=[SECURITY] My security issue" target="_top">security@kafka.apache.org</a>. In the message, try to provide a description of the issue and ideally a way of reproducing it. The security team will get back to you after assessing the description.
+</p>
+
+<p>
+	Note that this security address should be used only for undisclosed vulnerabilities. Dealing with fixed issues or general questions on how to use the security features should be handled regularly via the user and the dev lists. <b>Please report any security problems to the project security address before disclosing it publicly.</b>
+</p>
+
+<p>
+	The <span class="caps">ASF</span> Security team maintains a page with a description of how vulnerabilities are handled, check their <a href="http://www.apache.org/security/">Web page</a> for more information.  
+</p>
+
+<!--#include virtual="../includes/footer.html" -->
\ No newline at end of file