Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

govulncheck-1.1.0-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: govulncheck Distribution: openSUSE Tumbleweed
Version: 1.1.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Apr 16 22:29:47 2024
Group: Development/Languages/Go Build host: reproducible
Size: 9007618 Source RPM: govulncheck-1.1.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/golang/vuln
Summary: CLI tool to report known CVE vulnerabilities in Go source code and binaries
govulncheck is a CLI tool to report 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, 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.

Provides

Requires

License

Apache-2.0 AND BSD-3-Clause

Changelog

* Tue Apr 16 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Update to version 1.1.0:
    * internal/openvex: add vex types
    * internal/sarif: compute relative paths for findings
    * internal/sarif: remove unused field
    * go.mod: update golang.org/x dependencies
    * internal/sarif,internal/scan,internal/traces: clean up tests
    * internal/sarif: add region part of the physical location
    * internal/sarif: add code flows
    * cmd/govulncheck: clean up test
    * cmd/govulncheck: make test case config data
    * cmd/govulncheck: add comment capability to fixups
    * cmd/govulncheck: remove unnecessary fixups
    * cmd/govulncheck: make fixup part of a test case
    * cmd/govulncheck: extract stdlib into special test case
    * cmd/govulncheck: restore parallelism for tests
    * cmd/govulncheck: add nogomod test case
    * cmd/govulncheck: restructure testdata tests
    * cmd/govulncheck: add sarif test for binaries
    * internal/sarif: add stacks
    * internal/sarif: add result message
    * internal/vulncheck: get correctly package for instantiated functions
    * internal/sarif: add result stubs to run object
    * internal/govulncheck: add scan mode to config
    * internal/vulncheck: delete only synthetic nodes not related to generics
    * internal/scan: add more info to validation errors
    * internal/sarif: add rules
    * internal/scan: fix name of the error variable
    * internal/sarif: add handler
    * internal/scan: add sarif flag
    * internal/scan: add types for format, show, mode, and scan flags
    * go.mod: update golang.org/x dependencies
    * internal/vulncheck: use proper stdlib check when loading packages
    * internal/vulncheck,internal/scan: sort messages where needed
    * internal/scan: introduce format flag
    * internal/vulncheck: manipulate packages from PackageGraph
    * internal/vulncheck: do not have stdlibModule as global
    * cmd/govulncheck: make sure filepath are cross-platform
    * internal/govulncheck: fix up some comments
    * internal/vulncheck: add relative paths for vendored paths
    * internal/vulncheck: emit relative paths for call findings
    * internal/vulncheck, internal/scan: improve stdlib reporting
    * go.mod: update golang.org/x dependencies
    * all: remove bash checks
    * all: do go mod tidy test inside unit tests
* Wed Mar 06 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Update to version 1.0.4:
    * cmd/govulncheck: mask line numbers and columns
    * internal/scan: remove redundant new lines
    * internal/vulncheck: add position for sinks in findings' trace
    * internal/scan: put -show <option> into single quotes
    * internal/buildinfo: do module-level analysis with no PCLN table
    * internal/scan: add a newline after summary
    * internal/test: add more info on GoBuild failures
    * internal/scan: remove extra dot in a comment
    * cmd/govulncheck: fix vendor test
    * internal/vulncheck: refactor a loop with an append
    * cmd/govulncheck: fix stripped bin test
    * cmd/govulncheck: update vendor tests
    * cmd/govulncheck: add more tests and reorganize them
    * internal/vulncheck: add package and module mode for binaries
    * internal/scan: replace Source with Symbol in text output
    * internal/scan: fix error statuses for scan={package|module}
    * internal/scan: add -show verbose flag
    * internal/scan: overhaul text output
    * internal/scan: simplify redundant error checking
    * internal/scan: add scan level to testdata
    * cmd/govulncheck/integration: update expectations for stackrox
    * internal/vulncheck: support osv entries with no pkg info
    * internal/vulncheck: remove redundant symbol check
    * internal/vulncheck: simplify vulnerability detection
* Wed Mar 06 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Update to version 1.0.3:
    * internal/scan: add binary extract mode
    * internal/scan, vulncheck: use packages.load for mod info
    * internal/govulncheck: briefly explain streaming JSON
    * internal/vulncheck: remove -mod=mod flag from LoadModules
* Wed Jan 17 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Update to version 1.0.2:
    * cmd/govulncheck: update test data
    * go.mod: update golang.org/x dependencies
    * internal/osv: fix type name in comment
    * internal/scan: remove informational header for package and module mode
    * internal/scan: remove redundant newline for package and module mode
    * cmd/govulncheck/integration/stackrox: update vuln expectation
    * all: update tools to pick up bug fixes
    * internal/vulncheck: compute proper db names for generic functions
    * internal/vulncheck: improve error message for fetching vulns
    * testdata: Add more package/mod level tests
    * internal/scan: change text based on scan level
    * internal/scan: update show help message
    * internal/sarif: add sarif types
    * internal/scan: enable module scan mode
    * internal/scan: add scan_level to text tests
    * internal/scan: add scan level to textHandler
    * cmd/govulncheck: rearrange test files
    * all: add logging to TestGovulncheck
    * internal/scan: disallow package input in mod level
    * go.mod: update golang.org/x dependencies
    * cmd/govulncheck: fix mod level behavior
    * all: update to x/tools@v.15.0
    * internal/vulncheck: define Binary over Bin
    * internal/vulncheck: add binary abstraction data structure
    * cmd/govulncheck: organize tests into subdirs
    * internal/scan: Improve "Informational" text output
    * internal/scan: properly "genericify" choose
    * internal/vulncheck: emit package findings all at once
    * internal/vulncheck: update logic for package level analysis
    * internal/vulncheck: remove obsolete tests and helpers
    * internal/scan: remove obsolete function
    * internal/scan: check for go mod before running
    * cmd/govulncheck/integration: add new expectations
    * cmd/govulncheck: Fix no go mod tests
    * internal/vulncheck: rename moduleVulnerabilities
    * internal/vulncheck: add documentation and propagate errors
    * internal/vulncheck: emit OSVs in their raw form asap
    * internal/scan: move emit logic for findings to internal/vulncheck
    * internal: properly fetch modules in source mode
    * internal/scan: verify scan level flag
    * internal/govulncheck: update Finding docstring
    * internal/vulncheck: remove file set computation
    * internal/scan: generate better message when patterns matches no packages
    * internal/scan, vulncheck: emit vulns as found
    * internal/scan: use modVersion for mod version
    * internal/scan: suggest earliest valid fixed version as the fix
    * internal/scan: communicate default value for test flag
    * internal/semver: rename the LatestFixedVersion function
    * cmd/govulncheck: fix incorrect test file name
    * cmd/govulncheck: remove go version for test file
    * internal/vulnchec: improve comments and names for imports level logic
    * internal/govulncheck: update description of Findings
    * internal/vulncheck/internal/buildinfo: support stripped darwin binaries
    * internal/scan: update test names
    * internal/scan: text output allows module level vulns
    * internal/client: add additional context to HTTP error message
    * internal/scan: add isImported function
    * internal/scan: fix trace count bug
    * internal/vulncheck: add LoadModules using go.mod
    * internal/govulncheck: add WantPackages scan level
* Sun Sep 24 2023 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Update to version 1.0.1:
    * all: go get golang.org/x/tools@74c255b
    * internal/scan: change the way convert mode works
    * internal/scan: add -version flag
    * internal/vulncheck/internal/gosym: fix typo
    * internal/gosym: update binary mode version parsing
    * internal/scan: refactor to remove redundant code
    * vulncheck/internal/gosym: add support for go versions > 1.20
    * internal/vulncheck/internal/buildinfo: skip failing tests
    * cmd/govulncheck: skip TestCommand in short mode
  - _service add setversion to automatically update spec Version
* Tue Sep 12 2023 Lubos Kocman <lubos.kocman@suse.com>
  - Correction of license based on legaldb scan
    Add Apache 2.0 for google/go-cmdtest and
    vendor/github.com/google/renameio
* Tue Jul 18 2023 jkowalczyk@suse.com
  - Initial package version 1.0.0:
    * internal/scan: print the summary even when there are no findings
    * cmd,internal/govulncheck: change protocol version to v1.0.0
    * cmd,internal: remove experimental reference
    * internal/govulncheck: improve documentation

Files

/usr/bin/govulncheck
/usr/share/doc/packages/govulncheck
/usr/share/doc/packages/govulncheck/README.md
/usr/share/licenses/govulncheck
/usr/share/licenses/govulncheck/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:58:22 2024