svn commit: r562089 - head/security/vuxml
Joseph Mingrone
jrm at FreeBSD.org
Tue Jan 19 21:12:19 UTC 2021
Author: jrm
Date: Tue Jan 19 21:12:18 2021
New Revision: 562089
URL: https://svnweb.freebsd.org/changeset/ports/562089
Log:
security/vuxml: Fix range of affected cloud-init versions
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue Jan 19 21:02:15 2021 (r562088)
+++ head/security/vuxml/vuln.xml Tue Jan 19 21:12:18 2021 (r562089)
@@ -63,8 +63,7 @@ Notes:
<affects>
<package>
<name>cloud-init</name>
- <range><ge>20.4</ge></range>
- <range><lt>20.4.1</lt></range>
+ <range><ge>20.4</ge><lt>20.4.1</lt></range>
</package>
</affects>
<description>
More information about the svn-ports-all
mailing list