From nobody Fri Nov 5 07:51:48 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 558C1184520A; Fri, 5 Nov 2021 07:51:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hlt4h1vpxz3j2D; Fri, 5 Nov 2021 07:51:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 21FC8140A3; Fri, 5 Nov 2021 07:51:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A57pm4r064933; Fri, 5 Nov 2021 07:51:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A57pm9m064932; Fri, 5 Nov 2021 07:51:48 GMT (envelope-from git) Date: Fri, 5 Nov 2021 07:51:48 GMT Message-Id: <202111050751.1A57pm9m064932@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: e7ce52cff014 - main - security/vuxml: Document lang/go vulnerabilities List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e7ce52cff0144d2b0eabf6c4de7931c55f7039a4 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7ce52cff0144d2b0eabf6c4de7931c55f7039a4 commit e7ce52cff0144d2b0eabf6c4de7931c55f7039a4 Author: Guangyuan Yang AuthorDate: 2021-11-05 07:51:39 +0000 Commit: Guangyuan Yang CommitDate: 2021-11-05 07:51:39 +0000 security/vuxml: Document lang/go vulnerabilities --- security/vuxml/vuln-2021.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 75d1dfcb6bb8..856fc5089d78 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,39 @@ + + go -- multiple vulnerabilities + + + go + 1.17.3,1 + + + + +

The Go project reports:

+
+

debug/macho fails out when loading a file that contains a dynamic + symbol table command that indicates a larger number of symbols than + exist in the loaded symbol table.

+
+
+

Previously, opening a zip with (*Reader).Open could result in a + panic if the zip contained a file whose name was exclusively made up + of slash characters or ".." path elements. Open could also panic if + passed the empty string directly as an argument.

+
+ +
+ + CVE-2021-41771 + https://github.com/golang/go/issues/48990 + CVE-2021-41772 + https://github.com/golang/go/issues/48085 + + + 2021-11-04 + 2021-11-05 + +
+ jenkins -- multiple vulnerabilities