Date: Wed, 23 Jun 2021 10:00:18 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f3e4dbcb5ff2 - main - security/vuxml: Fix version range of www/py-aiohttp Message-ID: <202106231000.15NA0IlF049614@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3e4dbcb5ff2fe2a018f78f396a4247f1dd32cc9 commit f3e4dbcb5ff2fe2a018f78f396a4247f1dd32cc9 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2021-06-23 10:00:10 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-06-23 10:00:10 +0000 security/vuxml: Fix version range of www/py-aiohttp This also marks 3.7.4.p0 as fixed. PR: 256219 --- security/vuxml/vuln.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d2949a4694ff..9495c6e42d85 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -730,7 +730,7 @@ Notes: <name>py37-aiohttp</name> <name>py38-aiohttp</name> <name>py39-aiohttp</name> - <range><lt>3.7.4</lt></range> + <range><le>3.7.3</le></range> </package> </affects> <description> @@ -750,6 +750,7 @@ Notes: <dates> <discovery>2021-02-25</discovery> <entry>2021-06-03</entry> + <modified>2021-06-23</modified> </dates> </vuln>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106231000.15NA0IlF049614>