update lint_test.go

TestLintReports is updated to use golang.org/x/vuln/vlint.

The internal/ directory will be deleted in the next CL.

Change-Id: Ifa4f5b3772963e2ae85f972fe61776429bace107
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/360716
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
3 files changed
tree: 1b1686e4f74a239b0d08835e49d859a4fb026d01
  1. deploy/
  2. internal/
  3. reports/
  4. all.bash
  5. AUTHORS
  6. CONTRIBUTING.md
  7. CONTRIBUTORS
  8. format.md
  9. go.mod
  10. go.sum
  11. LICENSE
  12. lint_test.go
  13. new-vuln.sh
  14. PATENTS
  15. README.md
  16. template
  17. triaged-cve-list
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.