diff options
| author | Tatiana Bradley <tatianabradley@google.com> | 2024-05-20 19:12:16 +0000 |
|---|---|---|
| committer | Tatiana Bradley <tatianabradley@google.com> | 2024-05-22 14:39:35 +0000 |
| commit | 324f49986453b76c6aeeec930dd024c19a6b91d9 (patch) | |
| tree | e8b724ebb6c43c547229a76ed95de273285264d3 /devtools | |
| parent | 7c9c89467e47db1713890b7c63a18c175d2a7fd3 (diff) | |
| download | go-x-pkgsite-324f49986453b76c6aeeec930dd024c19a6b91d9.tar.xz | |
tests: update vuln testdata to pull in review_status
Update the script that pulls in the latest vulns to include
an UNREVIEWED report. Run the script to update the test corpus to
bring in this new vuln, plus the review_status for all vulns.
Update the screentests accordingly.
Change-Id: I45aa815ac9a33d186bac196220cce169b8523dae
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/586100
kokoro-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Tatiana Bradley <tatianabradley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'devtools')
| -rwxr-xr-x | devtools/snapshot_vulndb_v1.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/snapshot_vulndb_v1.sh b/devtools/snapshot_vulndb_v1.sh index 371d936b..5c8dffd4 100755 --- a/devtools/snapshot_vulndb_v1.sh +++ b/devtools/snapshot_vulndb_v1.sh @@ -25,6 +25,7 @@ copyFiles=( "ID/GO-2022-0273.json" "ID/GO-2024-2730.json" "ID/GO-2024-2659.json" + "ID/GO-2024-2864.json" ) go install golang.org/x/vulndb/cmd/indexdb@latest |
