From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4A29BE95A82 for ; Sun, 8 Oct 2023 16:00:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id CD2EF417A5; Sun, 8 Oct 2023 16:00:35 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org CD2EF417A5 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uX8fT6uOGVZ1; Sun, 8 Oct 2023 16:00:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id EA1B94093A; Sun, 8 Oct 2023 16:00:33 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org EA1B94093A Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 5733F1BF422 for ; Sun, 8 Oct 2023 16:00:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 2F6FD416C5 for ; Sun, 8 Oct 2023 16:00:31 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 2F6FD416C5 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vcaE4685K3mo for ; Sun, 8 Oct 2023 16:00:30 +0000 (UTC) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by smtp4.osuosl.org (Postfix) with ESMTPS id 3E8B4408F1 for ; Sun, 8 Oct 2023 16:00:29 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 3E8B4408F1 Received: by mail.gandi.net (Postfix) with ESMTPSA id D154DC0002; Sun, 8 Oct 2023 16:00:26 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1qpWCb-00D1CP-WA; Sun, 08 Oct 2023 18:00:22 +0200 From: Peter Korsgaard To: buildroot@buildroot.org References: <20231006093726.1931681-1-peter@korsgaard.com> Date: Sun, 08 Oct 2023 18:00:21 +0200 In-Reply-To: <20231006093726.1931681-1-peter@korsgaard.com> (Peter Korsgaard's message of "Fri, 6 Oct 2023 11:37:25 +0200") Message-ID: <87h6n1drze.fsf@48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 X-GND-Sasl: peter@korsgaard.com Subject: Re: [Buildroot] [PATCH] package/go: security bump to version 1.21.2 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Anisse Astier , Christian Stewart Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Peter" == Peter Korsgaard writes: > Fixes CVE-2023-39323: Line directives ("//line") can be used to bypass the > restrictions on "//go:cgo_" directives, allowing blocked linker and compiler > flags to be passed during compilation. This can result in unexpected > execution of arbitrary code when running "go build". > go1.21.2 (released 2023-10-05) includes one security fixes to the cmd/go > package, as well as bug fixes to the compiler, the go command, the linker, > the runtime, and the runtime/metrics package. > Signed-off-by: Peter Korsgaard Committed, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot