blob: 7ef85d2c1c0059378e707a983f990ee8f2391381 [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: TestLintOffline/vulnerable_at_and_skip_fix_ok
Description: It is OK to set both module.vulnerable_at and module.package.skip_fix.
-- 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
skip_fix: a reason
summary: A summary of the issue in golang.org/x/net
description: description
cves:
- CVE-1234-0000
review_status: REVIEWED
-- golden --