svn commit: r534026 - head/security/vuxml

Max Khon fjoe at FreeBSD.org
Tue May 5 05:32:48 UTC 2020


Author: fjoe
Date: Tue May  5 05:32:47 2020
New Revision: 534026
URL: https://svnweb.freebsd.org/changeset/ports/534026

Log:
  Fix version range for 97fcc60a-6ec0-11ea-a84a-4c72b94353b5:
  phpMyAdmin 4.9.5 is not vulnerable
  
  PR:		245096

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue May  5 05:16:37 2020	(r534025)
+++ head/security/vuxml/vuln.xml	Tue May  5 05:32:47 2020	(r534026)
@@ -1771,7 +1771,7 @@ If successful, a malicious third party could trigger e
 	<name>phpMyAdmin5-php73</name>
 	<name>phpMyAdmin5-php74</name>
 	<range><lt>4.9.5</lt></range>
-	<range><lt>5.0.2</lt></range>
+	<range><ge>5.0</ge><lt>5.0.2</lt></range>
       </package>
     </affects>
     <description>


More information about the svn-ports-head mailing list