reports: add exported symbols

Add exported symbols to the remainder of the reports.

This is the last CL for now to add exported symbols. Not every report
was successfully processed. For some, "go get" failed at some point,
either for the main module or a dependent, even starting from an empty
go.mod file.

We also skipped reports implicating the standard library, since those
could not be handled by the same technique and would have required
downloading and (probably) building old versions of Go. All the stdlib
vulns are for no-longer-supported Go versions (1.15 or older).

Change-Id: Icf3ec69befa0d03b5c8ec34d920361db6b8fc8ce
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/382154
Trust: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Julie Qiu <julie@golang.org>
15 files changed
tree: 1bda3f5aee295df5f7c1f565f3dbed6fc430d1bf
  1. .github/
  2. cmd/
  3. deploy/
  4. devtools/
  5. doc/
  6. internal/
  7. reports/
  8. terraform/
  9. .gitignore
  10. all_test.go
  11. AUTHORS
  12. checks.bash
  13. CONTRIBUTING.md
  14. CONTRIBUTORS
  15. go.mod
  16. go.sum
  17. LICENSE
  18. PATENTS
  19. README.md
  20. tools_test.go
README.md

The Go Vulnerability Database

This repository contains the reports for the Go Vulnerability Database.

If you are interested accessing data from the Go Vulnerability Database, see x/vuln for information. This repository is only used for adding new vulnerabilities.

Reporting a vulnerability

We are not accepting new vulnerability reports at this time. We will update this README.md once we are ready to receive reports.

License

Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.

Database entries are distributed under the terms of the CC-BY 4.0 license. See x/vuln for information on how to access these entries.