blob: adffbb1bba500dbd3d41c2ad2c8434596aa98e43 [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/summary_no_path
Description: The summary must contain a module or package path listed in the report.
-- 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: This summary doesn't have a path
description: description
cves:
- CVE-1234-0000
review_status: REVIEWED
-- golden --
summary: must contain an affected module or package path (e.g. "golang.org/x/net")