Skip to content

Commit 0e39fee

Browse files
zpavlinovicgopherbot
authored andcommitted
internal/sarif: remove originalURIBaseIds
We don't need it and it is not actually needed. Sarif validator is fine without it and so is Github Code scanning. Updates golang/go#61347 Change-Id: I1d368422935fddd6b9960917010287ae7bca2683 Reviewed-on: https://go-review.googlesource.com/c/vuln/+/581076 Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com> Auto-Submit: Zvonimir Pavlinovic <zpavlinovic@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Cottrell <iancottrell@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
1 parent 13badf9 commit 0e39fee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/sarif/sarif.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ type Run struct {
3636
// Results contain govulncheck findings. There should be exactly one
3737
// Result per a detected OSV.
3838
Results []Result `json:"results,omitempty"`
39-
40-
// URIBaseIDs encodes the SARIF originalUriBaseIds property
41-
URIBaseIDs map[string]ArtifactLocation `json:"originalUriBaseIds,omitempty"`
4239
}
4340

4441
// Tool captures information about govulncheck analysis that was run.

0 commit comments

Comments
 (0)