blob: 14c801c0d3c518e2f2fdaef29910b228d3cf8cde [file] [log] [blame]
Copyright 2024 The Go Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
Test: TestLint/bad_module_skip_lint
Description: Module does not exist but skip lint is set.
-- data/reports/GO-0000-0000.yaml --
id: GO-0000-0000
modules:
- module: golang.org/x/net
vulnerable_at: 1.2.3
packages:
- package: golang.org/x/net/http2
- module: golang.org/x/doesnotexist
skip_lint: true
summary: A summary of the issue in golang.org/x/net
description: description
cves:
- CVE-1234-0000
review_status: REVIEWED
-- golden --