Skip to content

Commit 29b7148

Browse files
reports: add back additional_packages for go-yaml with no verions
Blergh, all incompatible version of github.com/go-yaml/yaml are vulnerable, so add it back with an empty versions list. Change-Id: I881192ea57e4be02fb534d7a1f2951a004c7e648 Reviewed-on: https://team-review.git.corp.google.com/c/golang/vulndb/+/1055920 Reviewed-by: Roland Shoemaker <bracewell@google.com>
1 parent 8b1e4d6 commit 29b7148

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

reports/GO-2020-0036.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ published = "2021-04-14T12:00:00Z"
1414
[[versions]]
1515
fixed = "v2.2.8"
1616

17+
# all of the incompatible version of github.com/go-yaml/yaml
18+
# are affected
19+
[[additional_packages]]
20+
module = "github.com/go-yaml/yaml"
21+
1722
[links]
1823
commit = "https://github.com/go-yaml/yaml/commit/53403b58ad1b561927d19068c655246f2db79d48"
1924
pr = "https://github.com/go-yaml/yaml/pull/555"

reports/GO-2021-0061.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ published = "2021-04-14T12:00:00Z"
1414
[[versions]]
1515
fixed = "v2.2.3"
1616

17+
# all of the incompatible version of github.com/go-yaml/yaml
18+
# are affected
19+
[[additional_packages]]
20+
module = "github.com/go-yaml/yaml"
21+
1722
[links]
1823
commit = "https://github.com/go-yaml/yaml/commit/bb4e33bf68bf89cad44d386192cbed201f35b241"
1924
pr = "https://github.com/go-yaml/yaml/pull/375"

0 commit comments

Comments
 (0)