Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bGBJ/xt2; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=BxpMBAam Received: by mail.netbsd.org (Postfix, from userid 605) id C2D6A84F58; Sun, 7 Apr 2024 21:36:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712525795; bh=fxgkpU/ucIzQANDK0mCyx9653NliyeEk9uHXjLspVFw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=bGBJ/xt2wbWP3A3FVAV+bCcFG3nxAJhafK8RpPCRtadQPxTrMMCC2Ip23j24pZzQT IudKhB/Skssc34mhd5x1NNjTmo+rXFVLab8OmogRWxyIT8wMyiUqcFzpDFtY4QJ+93 Dj1fc9EkDRWwl0eOnIU8li4R8DQi1/1h4eTo9eUM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B329084F56 for ; Sun, 7 Apr 2024 21:36:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Fu98288vNxKe for ; Sun, 7 Apr 2024 21:36:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1176384CCC for ; Sun, 7 Apr 2024 21:36:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712525794; bh=fxgkpU/ucIzQANDK0mCyx9653NliyeEk9uHXjLspVFw=; h=Date:From:Subject:To:Reply-To; b=BxpMBAamUzX/Ej1ZRSrJNBqW38EoE/4nuWZkGNc9fab88lAZkAN0AlREDN3i2QC9y cO+sZ1MosKS5BIjwwfD0MwUIltP9BfrxVnmvRGTgp6PB9gvyHWyU/j3KoClkEcE8yQ Z5k+97PWz2mFOyW+ah1mum24xtuMURRafIndXKek= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D901FA2C; Sun, 7 Apr 2024 21:36:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712525794276350" MIME-Version: 1.0 Date: Sun, 7 Apr 2024 21:36:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240407213634.0D901FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712525794276350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 7 21:36:33 UTC 2024 Modified Files: pkgsrc/doc: pkg-vulnerabilities Log Message: doc: add a p5-HTTP-Body vuln To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 pkgsrc/doc/pkg-vulnerabilities Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712525794276350 Content-Disposition: inline Content-Length: 892 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/pkg-vulnerabilities diff -u pkgsrc/doc/pkg-vulnerabilities:1.162 pkgsrc/doc/pkg-vulnerabilities:1.163 --- pkgsrc/doc/pkg-vulnerabilities:1.162 Sun Apr 7 14:00:53 2024 +++ pkgsrc/doc/pkg-vulnerabilities Sun Apr 7 21:36:33 2024 @@ -1,4 +1,4 @@ -# $NetBSD: pkg-vulnerabilities,v 1.162 2024/04/07 14:00:53 taca Exp $ +# $NetBSD: pkg-vulnerabilities,v 1.163 2024/04/07 21:36:33 wiz Exp $ # #FORMAT 1.0.0 # @@ -25962,3 +25962,4 @@ php{80,81,82}-concrete-cms<9.2.8 cross-s php{80,81,82}-concrete-cms<9.2.8 cross-site-scripting https://nvd.nist.gov/vuln/detail/CVE-2024-3179 php{80,81,82}-concrete-cms<9.2.8 cross-site-scripting https://nvd.nist.gov/vuln/detail/CVE-2024-3180 php{80,81,82}-concrete-cms<9.2.8 cross-site-scripting https://nvd.nist.gov/vuln/detail/CVE-2024-3181 +p5-HTTP-Body<1.23 shell-escape https://nvd.nist.gov/vuln/detail/CVE-2013-4407 --_----------=_1712525794276350--