blob: a1d3ac3b3c694b4129469af00aa1450fe8e2bcb0 [file] [log] [blame]
Copyright 2023 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/no_description_go_cve
Description: Reports with a CVE assigned by the Go CNA must have a description.
-- 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
summary: A summary
cve_metadata:
id: CVE-0000-1111
cwe: 'CWE XXX: A CWE description'
-- golden --
description: missing (reports with Go CVEs must have a description)