svn commit: r533400 - head/security/vuxml

Danilo G. Baio dbaio at FreeBSD.org
Wed Apr 29 22:31:08 UTC 2020


Author: dbaio
Date: Wed Apr 29 22:31:07 2020
New Revision: 533400
URL: https://svnweb.freebsd.org/changeset/ports/533400

Log:
  security/vuxml: Add other flavors of py-yaml

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Apr 29 22:28:36 2020	(r533399)
+++ head/security/vuxml/vuln.xml	Wed Apr 29 22:31:07 2020	(r533400)
@@ -198,7 +198,10 @@ If successful, a malicious third party could trigger e
     <affects>
       <package>
 	<name>py27-yaml</name>
+	<name>py35-yaml</name>
+	<name>py36-yaml</name>
 	<name>py37-yaml</name>
+	<name>py38-yaml</name>
 	<range><lt>5.3.1</lt></range>
       </package>
     </affects>
@@ -236,6 +239,7 @@ If successful, a malicious third party could trigger e
     <dates>
       <discovery>2020-03-02</discovery>
       <entry>2020-04-27</entry>
+      <modified>2020-04-29</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-all mailing list