From 8a39a0cd120085df884cf9407ca92be5c8f0ceb7 Mon Sep 17 00:00:00 2001 From: Tatiana Bradley Date: Tue, 23 Apr 2024 18:52:50 +0000 Subject: tests/screentest: add a test for a vuln with no affected packages Adds a test for a vulnerability report that only lists affected module(s), not affected packages. Package site currently does not display this correctly (it displays an empty section instead of listing the modules). An upcoming CL will fix. Change-Id: Ia9b73ab8ad3f2ec71061bd329ab7497eccb91ee2 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/581179 Reviewed-by: Damien Neil Run-TryBot: Tatiana Bradley kokoro-CI: kokoro TryBot-Result: Gopher Robot 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 650aa380..371d936b 100755 --- a/devtools/snapshot_vulndb_v1.sh +++ b/devtools/snapshot_vulndb_v1.sh @@ -24,6 +24,7 @@ copyFiles=( "ID/GO-2021-0264.json" "ID/GO-2022-0273.json" "ID/GO-2024-2730.json" + "ID/GO-2024-2659.json" ) go install golang.org/x/vulndb/cmd/indexdb@latest -- cgit v1.3-5-g9baa