From 324f49986453b76c6aeeec930dd024c19a6b91d9 Mon Sep 17 00:00:00 2001 From: Tatiana Bradley Date: Mon, 20 May 2024 19:12:16 +0000 Subject: 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 TryBot-Result: Gopher Robot Reviewed-by: Damien Neil Run-TryBot: Tatiana Bradley LUCI-TryBot-Result: Go LUCI --- devtools/snapshot_vulndb_v1.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'devtools') 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 -- cgit v1.3