svn commit: r382212 - head/security/vuxml

Dan Langille dvl at FreeBSD.org
Wed Mar 25 13:03:34 UTC 2015


Author: dvl
Date: Wed Mar 25 13:03:32 2015
New Revision: 382212
URL: https://svnweb.freebsd.org/changeset/ports/382212
QAT: https://qat.redports.org/buildarchive/r382212/

Log:
  Convert non-ASCII quotes to ASCII characters
  
  Approved by: mat (mentor)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Mar 25 12:58:33 2015	(r382211)
+++ head/security/vuxml/vuln.xml	Wed Mar 25 13:03:32 2015	(r382212)
@@ -504,8 +504,8 @@ Notes:
       <body xmlns="http://www.w3.org/1999/xhtml">
 	<p>The Mono project reports:</p>
 	<blockquote cite="http://www.mono-project.com/docs/about-mono/vulnerabilities/#tls-bugs">
-	  <p>Mono’s implementation of the SSL/TLS stack failed to check the order of the handshake messages. Which would allow various attacks on the protocol to succeed. Details of this vulnerability are discussed in <a href="https://www.smacktls.com/#skip">SKIP-TLS post</a>.</p>
-	  <p>Mono’s implementation of SSL/TLS also contained support for the weak EXPORT cyphers and was susceptible to the <a href="https://www.smacktls.com/#freak">FREAK</a> attack.</p>
+	  <p>Mono's implementation of the SSL/TLS stack failed to check the order of the handshake messages. Which would allow various attacks on the protocol to succeed. Details of this vulnerability are discussed in <a href="https://www.smacktls.com/#skip">SKIP-TLS post</a>.</p>
+	  <p>Mono's implementation of SSL/TLS also contained support for the weak EXPORT cyphers and was susceptible to the <a href="https://www.smacktls.com/#freak">FREAK</a> attack.</p>
 	</blockquote>
       </body>
     </description>


More information about the svn-ports-head mailing list