git: 4826396e5d15 - main - security/vuxml: correct last SA's affected range
Date: Thu, 07 Dec 2023 04:52:12 UTC
The branch main has been updated by philip: URL: https://cgit.FreeBSD.org/ports/commit/?id=4826396e5d1555b9eebf58cac290490b24bf1243 commit 4826396e5d1555b9eebf58cac290490b24bf1243 Author: Philip Paeps <philip@FreeBSD.org> AuthorDate: 2023-12-07 04:49:28 +0000 Commit: Philip Paeps <philip@FreeBSD.org> CommitDate: 2023-12-07 04:49:28 +0000 security/vuxml: correct last SA's affected range FreeBSD-SA-23:17.pf only affects the kernel, not userland. The first patch level of the kernel without the vulnerability is 13.2_4, not 13.2_7. Reported by: dvl --- security/vuxml/vuln/2023.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml index 6516a6a58f8a..952882829c6c 100644 --- a/security/vuxml/vuln/2023.xml +++ b/security/vuxml/vuln/2023.xml @@ -4,7 +4,7 @@ <package> <name>FreeBSD-kernel</name> <range><ge>14.0</ge><lt>14.0_2</lt></range> - <range><ge>13.2</ge><lt>13.2_7</lt></range> + <range><ge>13.2</ge><lt>13.2_4</lt></range> <range><ge>12.4</ge><lt>12.4_9</lt></range> </package> </affects> @@ -36,6 +36,7 @@ <dates> <discovery>2023-12-05</discovery> <entry>2023-12-05</entry> + <modified>2023-12-07</modified> </dates> </vuln>