Skip to content

Commit

Permalink
data/reports: fix versions in GO-2023-2044 and GO-2023-2045
Browse files Browse the repository at this point in the history
QUIC code did not exist in Go 1.20, so remove "fixed in 1.20.8" line
from vulns affecting QUIC.

Fixes #2058
Fixes #2059
For #2045
For #2044

Change-Id: I818d474cf2187317966349cb2353ec8c39a44dc0
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/527076
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Damien Neil <[email protected]>
  • Loading branch information
tatianab committed Sep 11, 2023
1 parent 74276ae commit c7cbbd0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 26 deletions.
6 changes: 0 additions & 6 deletions data/cve/v5/GO-2023-2044.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"collectionURL": "https://pkg.go.dev",
"packageName": "crypto/tls",
"versions": [
{
"version": "0",
"lessThan": "1.20.8",
"status": "affected",
"versionType": "semver"
},
{
"version": "1.21.0-0",
"lessThan": "1.21.1",
Expand Down
6 changes: 0 additions & 6 deletions data/cve/v5/GO-2023-2045.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"collectionURL": "https://pkg.go.dev",
"packageName": "crypto/tls",
"versions": [
{
"version": "0",
"lessThan": "1.20.8",
"status": "affected",
"versionType": "semver"
},
{
"version": "1.21.0-0",
"lessThan": "1.21.1",
Expand Down
6 changes: 0 additions & 6 deletions data/osv/GO-2023-2044.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.20.8"
},
{
"introduced": "1.21.0-0"
},
Expand Down
6 changes: 0 additions & 6 deletions data/osv/GO-2023-2045.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.20.8"
},
{
"introduced": "1.21.0-0"
},
Expand Down
1 change: 0 additions & 1 deletion data/reports/GO-2023-2044.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ id: GO-2023-2044
modules:
- module: std
versions:
- fixed: 1.20.8
- introduced: 1.21.0-0
fixed: 1.21.1
vulnerable_at: 1.21.0
Expand Down
1 change: 0 additions & 1 deletion data/reports/GO-2023-2045.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ id: GO-2023-2045
modules:
- module: std
versions:
- fixed: 1.20.8
- introduced: 1.21.0-0
fixed: 1.21.1
vulnerable_at: 1.21.0
Expand Down

0 comments on commit c7cbbd0

Please sign in to comment.