From be2eb824595afe28c87c9a33c2da565480d1eb54 Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Fri, 7 Oct 2022 15:29:25 -0400 Subject: chore: add tag value reader and parser for v2.3 Signed-off-by: Keith Zantow --- spdx/v2_3/file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spdx') diff --git a/spdx/v2_3/file.go b/spdx/v2_3/file.go index 1dd59fa..c472fdb 100644 --- a/spdx/v2_3/file.go +++ b/spdx/v2_3/file.go @@ -41,7 +41,7 @@ type File struct { // DEPRECATED in version 2.1 of spec // 8.9-8.11: Artifact of Project variables (defined below) // Cardinality: optional, one or many - ArtifactOfProjects []ArtifactOfProject `json:"artifactOfs,omitempty"` + ArtifactOfProjects []*ArtifactOfProject `json:"artifactOfs,omitempty"` // 8.12: File Comment // Cardinality: optional, one -- cgit v1.2.3