| 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/summary_period |
| Description: The summary should not end in a period. It should be a phrase, not a sentence. |
| |
| -- 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 of golang.org/x/net is a sentence, not a phrase. |
| description: description |
| cves: |
| - CVE-1234-0000 |
| |
| -- golden -- |
| summary: must not end in a period (should be a phrase, not a sentence) |