[openssl-commits] [web] master update
Matt Caswell
matt at openssl.org
Tue Apr 24 07:22:59 UTC 2018
The branch master has been updated
via 5f9833f853d1fd6eb25d485b309ae540b09cf796 (commit)
from f8a362841bcc696786c5faa1dcfc8d0c274f92e7 (commit)
- Log -----------------------------------------------------------------
commit 5f9833f853d1fd6eb25d485b309ae540b09cf796
Author: Matt Caswell <matt at openssl.org>
Date: Tue Apr 24 08:21:54 2018 +0100
Fix error for CVE-2018-0737
vulnerabilities.xml erroneously did not list 1.0.2a and 1.0.2 as affected.
-----------------------------------------------------------------------
Summary of changes:
news/vulnerabilities.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/news/vulnerabilities.xml b/news/vulnerabilities.xml
index 684eb33..bb13b7f 100644
--- a/news/vulnerabilities.xml
+++ b/news/vulnerabilities.xml
@@ -20,6 +20,8 @@
<affects base="1.1.0" version="1.1.0f"/>
<affects base="1.1.0" version="1.1.0g"/>
<affects base="1.1.0" version="1.1.0h"/>
+ <affects base="1.0.2" version="1.0.2"/>
+ <affects base="1.0.2" version="1.0.2a"/>
<affects base="1.0.2" version="1.0.2b"/>
<affects base="1.0.2" version="1.0.2c"/>
<affects base="1.0.2" version="1.0.2d"/>
More information about the openssl-commits
mailing list