Re: git: 72f395160f02 - main - security/vuxml: Fix entry
Date: Fri, 26 Sep 2025 17:21:23 UTC
On Fri, Sep 26, 2025 at 6:23 PM Dan Langille <dan@langille.org> wrote: > On Fri, Sep 26, 2025, at 11:59 AM, Fernando Apesteguía wrote: > > The branch main has been updated by fernape: > > > > URL: > > > https://cgit.FreeBSD.org/ports/commit/?id=72f395160f024f90ed09a24c98fdee7c9e35ef6e > > > > commit 72f395160f024f90ed09a24c98fdee7c9e35ef6e > > Author: Fernando Apesteguía <fernape@FreeBSD.org> > > AuthorDate: 2025-09-26 15:57:38 +0000 > > Commit: Fernando Apesteguía <fernape@FreeBSD.org> > > CommitDate: 2025-09-26 15:59:40 +0000 > > > > security/vuxml: Fix entry > > > > "SO-AND-SO" is not a valid reporter. > > > > Fixes: 21c77e23be74b > > Thank you. Are you up for more? > > [16:23 dvl-ingress01 dvl ~] % grep -rc SO-AND-SO > /jails/freshports/usr/ports/security/vuxml/vuln/ | grep -v ':0$' > /jails/freshports/usr/ports/security/vuxml/vuln/2018.xml:2 > /jails/freshports/usr/ports/security/vuxml/vuln/2024.xml:2 > /jails/freshports/usr/ports/security/vuxml/vuln/2023.xml:2 > /jails/freshports/usr/ports/security/vuxml/vuln/2022.xml:2 > /jails/freshports/usr/ports/security/vuxml/vuln/2019.xml:3 > /jails/freshports/usr/ports/security/vuxml/vuln/2017.xml:1 > /jails/freshports/usr/ports/security/vuxml/vuln/2021.xml:4 > /jails/freshports/usr/ports/security/vuxml/vuln/2015.xml:1 > /jails/freshports/usr/ports/security/vuxml/vuln/2020.xml:1 > > Should be done now. Cheers. > > > --- > > security/vuxml/vuln/2025.xml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml > > index 1f52c944ea42..31368328adc3 100644 > > --- a/security/vuxml/vuln/2025.xml > > +++ b/security/vuxml/vuln/2025.xml > > @@ -9581,7 +9581,7 @@ > > </affects> > > <description> > > <body xmlns="http://www.w3.org/1999/xhtml"> > > - <p>SO-AND-SO reports:</p> > > + <p>The NGINX Unit team reports:</p> > > <blockquote > > cite=" > https://mailman.nginx.org/pipermail/unit/2025-March/QVYLJKLBIDWOJ7OLYGT27VUWH7RGBRQM.html > "> > > <p>Unit 1.34.2 fixes two issues in the Java language module > > websocket code.</p> > > <ol> > > -- > Dan Langille > dan@langille.org >