[openssl-commits] [web] master update

Mark J. Cox mark at openssl.org
Thu Mar 19 08:22:41 UTC 2015


The branch master has been updated
       via  3235f836e9c03d9d38b1e7aad30b4f6406ac096e (commit)
      from  042b5cd96c9159769c9539aa805849fa93f995f7 (commit)


- Log -----------------------------------------------------------------
commit 3235f836e9c03d9d38b1e7aad30b4f6406ac096e
Author: Mark J. Cox <mark at awe.com>
Date:   Thu Mar 19 08:22:09 2015 +0000

    Display the severity rating on the vulnerabilities page (if one exists)

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

Summary of changes:
 news/vulnerabilities.xsl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/news/vulnerabilities.xsl b/news/vulnerabilities.xsl
index 008532e..717325b 100644
--- a/news/vulnerabilities.xsl
+++ b/news/vulnerabilities.xsl
@@ -63,6 +63,9 @@ receive security updates</p>
 <xsl:template match="issue">
   <dt>
   <xsl:apply-templates select="cve"/>
+  <xsl:if test="impact/@severity">
+    [<xsl:value-of select="impact/@severity"/> severity]
+  </xsl:if>
 <xsl:call-template name="dateformat">
   <xsl:with-param name="date" select="@public"/>
 </xsl:call-template>


More information about the openssl-commits mailing list