commit | 737cce5152fce0b64b653aaa72f9a2d60bdf0313 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <rolandshoemaker@gmail.com> | Fri Jul 16 11:54:27 2021 -0700 |
committer | Roland Shoemaker <roland@golang.org> | Thu Jul 29 17:27:20 2021 +0000 |
tree | 6b93b7725598b13c277e7beb80662033cce56009 | |
parent | 6781d3edade33508825401a5e81a5f07ac7c1902 [diff] |
vulndb/govulncheck: surface unreachable vulns Surface vulnerabilities in imported packages which are not reachable in the call graph. Additionally we pre-filter vulnerabilities which do not apply to the versions used, skipping unnecessary analysis. Change-Id: If845a376406cd079a5f96935f419e6af5eabd76c Reviewed-on: https://go-review.googlesource.com/c/exp/+/335171 Trust: Roland Shoemaker <roland@golang.org> Trust: Zvonimir Pavlinovic <zpavlinovic@google.com> Run-TryBot: Roland Shoemaker <roland@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
This subrepository holds experimental and deprecated (in the old
directory) packages.
The idea for this subrepository originated as the pkg/exp
directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get
these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.