notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
govulncheck Database client and tools for the Go vulnerability database
1.1.4 securitynew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: einar@isnic.is search for ports maintained by this maintainer
Port Added: 2025-05-26 14:33:03
Last Update: 2025-05-26 14:30:11
Commit Hash: 2a9f119
License: BSD3CLAUSE
WWW:
https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck
Description:
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. By default, govulncheck makes requests to the Go vulnerability database at https://vuln.go.dev. Requests to the vulnerability database contain only module paths with vulnerabilities already known to the database, not code or other properties of your program. See https://vuln.go.dev/privacy.html for more. Use the -db flag to specify a different database, which must implement the specification at https://go.dev/security/vuln/database. Govulncheck looks for vulnerabilities in Go programs using a specific build configuration. For analyzing source code, that configuration is the Go version specified by the "go" command found on the PATH. For binaries, the build configuration is the one used to build the binary. Note that different build configurations may have different known vulnerabilities.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/govulncheck
  2. /usr/local/share/licenses/govulncheck-1.1.4/catalog.mk
  3. /usr/local/share/licenses/govulncheck-1.1.4/LICENSE
  4. /usr/local/share/licenses/govulncheck-1.1.4/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • govulncheck>0:security/govulncheck
To install the port:
cd /usr/ports/security/govulncheck/ && make install clean
To add the package, run one of these commands:
  • pkg install security/govulncheck
  • pkg install govulncheck
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: govulncheck
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1742556049 SHA256 (go/security_govulncheck/govulncheck-v1.1.4/v1.1.4.mod) = 40e5fa329adbfd7dad2476465ba340d2531b4d33640b82c81c34ac90f36cbd2a SIZE (go/security_govulncheck/govulncheck-v1.1.4/v1.1.4.mod) = 387

Expand this list (2 items)

Collapse this list.

SHA256 (go/security_govulncheck/govulncheck-v1.1.4/v1.1.4.zip) = 115ff76fba8f73b27106eb2e59e3f30696f4f7faaeed55471b5b65c3994b503d SIZE (go/security_govulncheck/govulncheck-v1.1.4/v1.1.4.zip) = 853384

Collapse this list.


Packages (timestamps in pop-ups are UTC):
govulncheck
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest-1.1.4--1.1.4---
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go124 : lang/go124
Runtime dependencies:
  1. go124 : lang/go124
Fetch dependencies:
  1. go124 : lang/go124
  2. ca_root_nss>0 : security/ca_root_nss
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_govulncheck
USES:
go:modules,run zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/golang.org/x/vuln/@v/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.4
26 May 2025 14:30:11
commit hash: 2a9f1194d13498e7dba5087707270ef238ad3443commit hash: 2a9f1194d13498e7dba5087707270ef238ad3443commit hash: 2a9f1194d13498e7dba5087707270ef238ad3443commit hash: 2a9f1194d13498e7dba5087707270ef238ad3443 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Einar Bjarni Halldórsson
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

Number of commits found: 1