Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=H3u1kOyP; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Rre/8WKw Received: by mail.netbsd.org (Postfix, from userid 605) id 9226784FF3; Thu, 2 May 2024 14:51:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714661515; bh=pmsFpUw7jr9sk96ucW+mSJ9ZKFfw2KXIRtD3IzgNzeo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=H3u1kOyP9CslfKOkSeSJ/PV+4fkgvF7ZDQCnjeRMVaOHn7l4RU6hIoL4j8fC4bTSu b0mnSB9tl2rQkSxEL0R2vu7uYlcBGnp7XwI+Grpv09d1HGTVmv9qClbJaaNP8LxGgS hyr0yv54LIFQLa8c1uvLunRl4TMRA8iqUFrYUnDs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 82D6B84FF2 for ; Thu, 2 May 2024 14:51:54 +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 QYME-YA5MM7d for ; Thu, 2 May 2024 14:51:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D313284ED0 for ; Thu, 2 May 2024 14:51:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714661514; bh=pmsFpUw7jr9sk96ucW+mSJ9ZKFfw2KXIRtD3IzgNzeo=; h=Date:From:Subject:To:Reply-To; b=Rre/8WKwKVdI8TUFG/npDzkZtnUQaxbVuDkNzcWJE7EikX0QAQZrLMXGyPhBaqT1P W3aOKFs2lqCEIj+Q6vz1yhKdqI1GZr5r9UgxWmJtyiu2WCXyPZ/yxxlK9EvA8Ri64m ZT5IO4947SojG5v+TO5XCYxuEv4faJldkcaNcCvk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C750DFA2C; Thu, 2 May 2024 14:51:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714661513227390" MIME-Version: 1.0 Date: Thu, 2 May 2024 14:51:53 +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: <20240502145153.C750DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714661513227390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu May 2 14:51:53 UTC 2024 Modified Files: pkgsrc/doc: pkg-vulnerabilities Log Message: doc: add py-aiohttp vuln To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184 pkgsrc/doc/pkg-vulnerabilities Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714661513227390 Content-Disposition: inline Content-Length: 980 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.183 pkgsrc/doc/pkg-vulnerabilities:1.184 --- pkgsrc/doc/pkg-vulnerabilities:1.183 Mon Apr 29 21:31:42 2024 +++ pkgsrc/doc/pkg-vulnerabilities Thu May 2 14:51:53 2024 @@ -1,4 +1,4 @@ -# $NetBSD: pkg-vulnerabilities,v 1.183 2024/04/29 21:31:42 wiz Exp $ +# $NetBSD: pkg-vulnerabilities,v 1.184 2024/05/02 14:51:53 wiz Exp $ # #FORMAT 1.0.0 # @@ -25995,3 +25995,4 @@ ruby31-base>=3.1<3.1.5 arbitrary-memory- ruby32-base>=3.2<3.2.4 arbitrary-memory-read https://www.ruby-lang.org/en/news/2024/04/23/arbitrary-memory-address-read-regexp-cve-2024-27282/ ruby33>=3.3<3.3.1 arbitrary-memory-read https://www.ruby-lang.org/en/news/2024/04/23/arbitrary-memory-address-read-regexp-cve-2024-27282/ R<4.4.0 arbirary-code-execution https://nvd.nist.gov/vuln/detail/CVE-2024-27322 +py{27,37,38,39,310,311,312}-aiohttp<3.9.4 denial-of-service https://nvd.nist.gov/vuln/detail/CVE-2024-30251 --_----------=_1714661513227390--