aboutsummaryrefslogtreecommitdiff
path: root/spdx/v2_3
AgeCommit message (Collapse)Author
2023-02-28Added blueprints to spdx-tools libraryIbrahim Kanouche
Test: m all Change-Id: Iccd31e33b40d6d7cd1a876ca468332b01d1b9e34
2023-01-04Merge pull request #174 from jedevc/json-tagsBrandon Lum
Ensure consistency between JSON struct tags across different SPDX versions
2022-12-05json: add omitempty tag to comment fieldsJustin Chadwell
Tags are marked as optional by the spec, so we should avoid writing the field on JSON output if it's unset. Signed-off-by: Justin Chadwell <me@jedevc.com>
2022-11-30Update 2.3 parsers to support SHA512Adolfo García Veytia (Puerco)
Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
2022-10-07chore: add tag value reader and parser for v2.3Keith Zantow
Signed-off-by: Keith Zantow <kzantow@gmail.com>
2022-10-07chore: Add YAML support for v2.3 data modelKeith Zantow
Signed-off-by: Keith Zantow <kzantow@gmail.com>
2022-10-06chore: Add v2.3 data model and JSON supportKeith Zantow
Signed-off-by: Keith Zantow <kzantow@gmail.com>