[openssl-commits] [web] master update

Mark J. Cox mark at openssl.org
Mon Sep 24 09:43:18 UTC 2018


The branch master has been updated
       via  2c0a67c87382d0e10d4ee02921e4d59358906039 (commit)
       via  14964aea93f2691734f6f40a3207e810349b9c2c (commit)
       via  e5d4e54cc90c3c5756e03b32b5490a2cbf26b42a (commit)
      from  d7b78dd4edd7fda96fc4b1fafdfd7686108d2b22 (commit)


- Log -----------------------------------------------------------------
commit 2c0a67c87382d0e10d4ee02921e4d59358906039
Merge: d7b78dd 14964ae
Author: Mark J. Cox <markcox at gmail.com>
Date:   Mon Sep 24 10:42:11 2018 +0100

    Merge pull request #84 from iamamoose/vulns111
    
    Missing the 1.1.1 vulns page which will be needed when any issues get fixed

commit 14964aea93f2691734f6f40a3207e810349b9c2c
Author: Mark J. Cox <mark at awe.com>
Date:   Mon Sep 24 10:36:15 2018 +0100

    Add page for 1.1.1 vulnerabilities, this will get automatically updated when
    there are any (the breadcrumbs will get updated automatically at that time)

commit e5d4e54cc90c3c5756e03b32b5490a2cbf26b42a
Author: Mark J. Cox <mark at awe.com>
Date:   Mon Sep 24 10:35:14 2018 +0100

    Don't imply there are no vulnerabilities at all, just that we've not released fixes for any yet

-----------------------------------------------------------------------

Summary of changes:
 bin/mk-cvepage                                                  | 2 +-
 news/{vulnerabilities-1.0.2.html => vulnerabilities-1.1.1.html} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 copy news/{vulnerabilities-1.0.2.html => vulnerabilities-1.1.1.html} (92%)

diff --git a/bin/mk-cvepage b/bin/mk-cvepage
index 8dbb864..10654b6 100755
--- a/bin/mk-cvepage
+++ b/bin/mk-cvepage
@@ -147,7 +147,7 @@ preface += "</p>"
 if allissues != "":
     preface += allissues + "</dl>"
 else:
-    preface += "No vulnerabilities"
+    preface += "No vulnerabilities fixed"
 
 sys.stdout.write(preface.encode('utf-8'))
 
diff --git a/news/vulnerabilities-1.0.2.html b/news/vulnerabilities-1.1.1.html
similarity index 92%
copy from news/vulnerabilities-1.0.2.html
copy to news/vulnerabilities-1.1.1.html
index 0f1ac3b..db54fa1 100644
--- a/news/vulnerabilities-1.0.2.html
+++ b/news/vulnerabilities-1.1.1.html
@@ -15,7 +15,7 @@
               If you think you have found a security bug in OpenSSL,
               please <a href="/community/#securityreports">report it to us</a>.
 	    </p>
-            <!--#include virtual="vulnerabilities-1.0.2.inc" -->
+            <!--#include virtual="vulnerabilities-1.1.1.inc" -->
 	    </p>
 	  </div>
 	  <footer>


More information about the openssl-commits mailing list