git: c2a2f2b35ad4 - main - security/vuxml: Fix range for www/nginx CVE-2021-23017

Brad Davis brd at FreeBSD.org
Mon Jun 21 20:34:39 UTC 2021


The branch main has been updated by brd (doc, src committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=c2a2f2b35ad4a23486bd9c1b4ccb50bb5eb75bbc

commit c2a2f2b35ad4a23486bd9c1b4ccb50bb5eb75bbc
Author:     Brad Davis <brd at FreeBSD.org>
AuthorDate: 2021-06-21 20:24:03 +0000
Commit:     Brad Davis <brd at FreeBSD.org>
CommitDate: 2021-06-21 20:34:11 +0000

    security/vuxml: Fix range for www/nginx CVE-2021-23017
    
    Reviewed by:    garga
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 security/vuxml/vuln.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 949dd1cffba7..106f0b2d1434 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -1209,7 +1209,7 @@ Notes:
     <affects>
       <package>
 	<name>nginx</name>
-	<range><lt>1.20.1</lt></range>
+	<range><lt>1.20.1,2</lt></range>
       </package>
       <package>
 	<name>nginx-devel</name>


More information about the dev-commits-ports-main mailing list