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


Rename `project_security.html` to `project-security.html`

This is consistent with `coding-guide.html` and fixes a broken link.


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

Branch: refs/heads/asf-site
Commit: 8622aca91cb96ffb7ca632ea64d782fab352640f
Parents: 02bea1d
Author: Ismael Juma <[email protected]>
Authored: Tue May 24 10:44:11 2016 +0100
Committer: Ismael Juma <[email protected]>
Committed: Tue May 24 10:44:11 2016 +0100

----------------------------------------------------------------------
 project-security.html | 34 ++++++++++++++++++++++++++++++++++
 project_security.html | 34 ----------------------------------
 2 files changed, 34 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka-site/blob/8622aca9/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:[email protected]?Subject=[SECURITY] My 
security issue" target="_top">[email protected]</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

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/8622aca9/project_security.html
----------------------------------------------------------------------
diff --git a/project_security.html b/project_security.html
deleted file mode 100644
index 2c66e78..0000000
--- a/project_security.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!--
- 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:[email protected]?Subject=[SECURITY] My 
security issue" target="_top">[email protected]</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

Reply via email to