blob: d73dfd6eb1e0040592e9ffc76b542e8499184440 [file] [log] [blame]
Copyright 2025 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/references_missing_stdlib
Description: Standard library reports must contain at least one report, fix, and announcement link.
-- data/reports/GO-0000-0000.yaml --
id: GO-0000-0000
modules:
- module: std
vulnerable_at: 1.2.3
packages:
- package: net/http
summary: A summary of the problem with net/http
description: description
cve_metadata:
id: CVE-0000-1111
cwe: 'CWE XXX: A CWE description'
review_status: REVIEWED
-- golden --
references: must contain at least one fix
references: must contain at least one report
references: must contain an announcement link matching regex "https://groups.google.com/g/golang-(announce|dev|nuts)/c/([^/]+)"