You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2019/01/02 10:09:32 UTC

svn commit: r1850156 - in /directory/site/trunk: content/security-advisories.mdtext templates/navigation.html

Author: coheigea
Date: Wed Jan  2 10:09:32 2019
New Revision: 1850156

URL: http://svn.apache.org/viewvc?rev=1850156&view=rev
Log:
Adding security advisories page

Added:
    directory/site/trunk/content/security-advisories.mdtext
Modified:
    directory/site/trunk/templates/navigation.html

Added: directory/site/trunk/content/security-advisories.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/security-advisories.mdtext?rev=1850156&view=auto
==============================================================================
--- directory/site/trunk/content/security-advisories.mdtext (added)
+++ directory/site/trunk/content/security-advisories.mdtext Wed Jan  2 10:09:32 2019
@@ -0,0 +1,29 @@
+Title: Security Advisories
+Notice: 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 Advisories
+
+## 2018
+
+ * [CVE-2018-1337](https://nvd.nist.gov/vuln/detail/CVE-2018-1337)
+
+## 2015
+
+ * [CVE-2015-3250](https://nvd.nist.gov/vuln/detail/CVE-2015-3250)
+ * [CVE-2015-5349](https://nvd.nist.gov/vuln/detail/CVE-2015-5349)
+

Modified: directory/site/trunk/templates/navigation.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/navigation.html?rev=1850156&r1=1850155&r2=1850156&view=diff
==============================================================================
--- directory/site/trunk/templates/navigation.html (original)
+++ directory/site/trunk/templates/navigation.html Wed Jan  2 10:09:32 2019
@@ -40,6 +40,7 @@
         <li><a href="{{base}}conference-materials.html">Conferences</a></li>
         <li><a href="{{base}}testimonies.html">Testimonials</a></li>
         <li><a href="{{base}}vision.html">Vision</a></li>
+        <li><a href="{{base}}security-advisories.html">Security Advisories</a></li>
         <!--li><a href="{{base}}interopability.html">Interropability</a></li-->
     </ul>
     {% endblock %}
@@ -68,4 +69,4 @@
     </ul>
     {% endblock %}
 </div><!-- navigation -->
-{% endblock %}
\ No newline at end of file
+{% endblock %}