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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e07d45  Fix the ordering in the security advisories page
     new c6d1c03  Merge pull request #17 from coheigea/advisories_ordering
3e07d45 is described below

commit 3e07d459c40f044d5b18f592ebc448f2e677f1da
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Oct 17 12:54:15 2019 +0100

    Fix the ordering in the security advisories page
---
 content/components/classic/security.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/components/classic/security.html 
b/content/components/classic/security.html
index f0a20ae..d8450a6 100644
--- a/content/components/classic/security.html
+++ b/content/components/classic/security.html
@@ -104,13 +104,12 @@
 <h4 id="2018">2018</h4>
 <ul>
   <li><a 
href="../../security-advisories.data/CVE-2018-8006-announcement.txt">CVE-2018-8006</a>
 - ActiveMQ Web Console - Cross-Site Scripting</li>
-  <li><a 
href="../../security-advisories.data/CVE-2017-15709-announcement.txt">CVE-2017-15709</a>
 - Information Leak</li>
   <li><a 
href="../../security-advisories.data/CVE-2018-11775-announcement.txt">CVE-2018-11775</a>
 - Missing TLS Hostname Verification</li>
 </ul>
 
 <h4 id="2017">2017</h4>
 <ul>
-  <li><a 
href="../../security-advisories.data/CVE-2015-7559-announcement.txt">CVE-2015-7559</a>
 - DoS in client via shutdown command</li>
+  <li><a 
href="../../security-advisories.data/CVE-2017-15709-announcement.txt">CVE-2017-15709</a>
 - Information Leak</li>
 </ul>
 
 <h4 id="2016">2016</h4>
@@ -123,6 +122,7 @@
 
 <h4 id="2015">2015</h4>
 <ul>
+  <li><a 
href="../../security-advisories.data/CVE-2015-7559-announcement.txt">CVE-2015-7559</a>
 - DoS in client via shutdown command</li>
   <li><a 
href="../../security-advisories.data/CVE-2015-5254-announcement.txt">CVE-2015-5254</a>
 - Unsafe deserialization in ActiveMQ</li>
   <li><a 
href="../../security-advisories.data/CVE-2015-1830-announcement.txt">CVE-2015-1830</a>
 - Path traversal leading to unauthenticated RCE in ActiveMQ </li>
 </ul>

Reply via email to