git: f3e4dbcb5ff2 - main - security/vuxml: Fix version range of www/py-aiohttp
Li-Wen Hsu
lwhsu at FreeBSD.org
Wed Jun 23 10:00:19 UTC 2021
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f3e4dbcb5ff2fe2a018f78f396a4247f1dd32cc9
commit f3e4dbcb5ff2fe2a018f78f396a4247f1dd32cc9
Author: Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-06-23 10:00:10 +0000
Commit: Li-Wen Hsu <lwhsu at 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>
More information about the dev-commits-ports-all
mailing list