blob: ce6d22c5c712bc8b6a793a8fa27c8dfcbb53ea14 [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/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
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/([^/]+)"