Skip to content

Commit c0d4f91

Browse files
committed
data/reports: add skip_fix to some cmd reports
Change-Id: Idafd1f4a261e5c4f95f16f2975a782805ea0793a Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/466661 Run-TryBot: Tatiana Bradley <[email protected]> Reviewed-by: Tim King <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 1ff0a70 commit c0d4f91

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

data/reports/GO-2022-0177.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ modules:
77
vulnerable_at: 1.9.0
88
packages:
99
- package: cmd/go
10+
skip_fix: 'TODO: revisit this reason (cant request explicit version of standard
11+
library package cmd/go)'
1012
description: |
1113
The "go get" command allows remote command execution.
1214

data/reports/GO-2022-0201.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ modules:
77
vulnerable_at: 1.9.3
88
packages:
99
- package: cmd/go
10+
skip_fix: 'TODO: revisit this reason (cant request explicit version of standard
11+
library package cmd/go)'
1012
description: |
1113
The "go get" command with cgo is vulnerable to remote command execution
1214
by leveraging the gcc or clang plugin feature.

data/reports/GO-2022-0203.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ modules:
77
vulnerable_at: 1.10.0
88
packages:
99
- package: cmd/go
10+
skip_fix: 'TODO: revisit this reason (cant request explicit version of standard
11+
library package cmd/go)'
1012
description: |
1113
The "go get" command is vulnerable to remote code execution.
1214

0 commit comments

Comments
 (0)