[Bug 285627] [NEW PORT] security/govulncheck: Reports known vulnerabilities that affect Go code

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 26 May 2025 14:32:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285627

--- Comment #28 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=2a9f1194d13498e7dba5087707270ef238ad3443

commit 2a9f1194d13498e7dba5087707270ef238ad3443
Author:     Einar Bjarni Halldórsson <einar@isnic.is>
AuthorDate: 2025-05-26 14:19:48 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-05-26 14:30:11 +0000

    security/govulncheck: New port: Database client and tools for the Go
vulnerability database

    Govulncheck reports known vulnerabilities that affect Go code.
    It uses static analysis of source code or a binary's symbol table
    to narrow down reports to only those that could affect the
    application.

    - Submitter becomes maintainer

    WWW:            https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck
    PR:             285627

 security/Makefile                                  |  1 +
 security/govulncheck/Makefile (new)                | 37 +++++++++++++++++++++
 security/govulncheck/distinfo (new)                |  5 +++
 .../govulncheck/files/patch-all__test.go (new)     | 11 +++++++
 ...ternal_buildinfo_additions__scan__test.go (new) | 11 +++++++
 .../files/patch-internal_scan_run.go (new)         | 11 +++++++
 .../files/patch-internal_scan_util.go (new)        | 11 +++++++
 .../files/patch-internal_test_packages.go (new)    | 11 +++++++
 .../files/patch-internal_test_testenv.go (new)     | 11 +++++++
 .../files/patch-internal_testenv_testenv.go (new)  | 11 +++++++
 .../patch-internal_vulncheck_packages.go (new)     | 11 +++++++
 ...elemetry_internal_configstore_download.go (new) | 11 +++++++
 ...org_x_telemetry_internal_telemetry_dir.go (new) | 11 +++++++
 ...g_x_tools_go_gcexportdata_gcexportdata.go (new) | 11 +++++++
 ..._tools_go_packages_packagestest_export.go (new) | 11 +++++++
 ...x_tools_internal_gcimporter_exportdata.go (new) | 11 +++++++
 ....org_x_tools_internal_gocommand_invoke.go (new) | 11 +++++++
 ....org_x_tools_internal_goroot_importcfg.go (new) | 11 +++++++
 ...g.org_x_tools_internal_testenv_testenv.go (new) | 38 ++++++++++++++++++++++
 security/govulncheck/pkg-descr (new)               | 19 +++++++++++
 20 files changed, 265 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.