blob: 480548e186a085dcb609718c3bceac440ef82c18 [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/versions_fixed_before_introduced
Description: Within a version range, the fixed version must come before the introduced version.
-- data/reports/GO-0000-0000.yaml --
id: GO-0000-0000
modules:
- module: std
versions:
- introduced: 1.3.0
fixed: 1.2.1
vulnerable_at: 1.2.3
packages:
- package: net/http
summary: A summary of the problem with net/http
description: description
references:
- fix: https://go.dev/cl/12345
- web: https://groups.google.com/g/golang-announce/c/12345
- report: https://go.dev/issue/12345
-- golden --
modules[0] "std": versions: range events must be in strictly ascending order (found 1.3.0>=1.2.1)