diff options
| author | Tatiana Bradley <tatianabradley@google.com> | 2024-07-10 19:17:14 +0000 |
|---|---|---|
| committer | Tatiana Bradley <tatianabradley@google.com> | 2024-07-15 15:19:44 +0000 |
| commit | bdc5dafd86ff28e886eeeaddd49bb85d561d84d6 (patch) | |
| tree | 40448f7af9770073e0f34b8f5755926289ec6660 /devtools | |
| parent | 7ff09bc2bb440bd23ea9c870a4dae555e452dae5 (diff) | |
| download | go-x-pkgsite-bdc5dafd86ff28e886eeeaddd49bb85d561d84d6.tar.xz | |
tests/screentest: add test for vuln with custom_ranges
Change-Id: Idf26fba7712eeb98b84c5d87aa31da86e2ea0a7a
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/597615
kokoro-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Damien Neil <dneil@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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/snapshot_vulndb_v1.sh b/devtools/snapshot_vulndb_v1.sh index 5c8dffd4..0a0ab63a 100755 --- a/devtools/snapshot_vulndb_v1.sh +++ b/devtools/snapshot_vulndb_v1.sh @@ -23,9 +23,11 @@ copyFiles=( "ID/GO-2021-0240.json" "ID/GO-2021-0264.json" "ID/GO-2022-0273.json" + "ID/GO-2024-2527.json" "ID/GO-2024-2730.json" "ID/GO-2024-2659.json" "ID/GO-2024-2864.json" + "ID/GO-2024-2979.json" ) go install golang.org/x/vulndb/cmd/indexdb@latest |
