blob: b8d622dc960f095078af786afec07c13eea3cdca [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/description_line_length
Description: Descriptions must not (except in special cases) contain lines longer than 80 characters.
-- 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 of the issue in golang.org/x/net
description: This line is too long; it needs to be shortened to less than 80 characters to pass the lint check
cves:
- CVE-1234-0000
-- golden --
description: contains line > 80 characters long: "This line is too long; it needs to be shortened to less than 80 characters to pass the lint check"