aboutsummaryrefslogtreecommitdiff
path: root/spdx/v2_2
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: sync exported struct tags across spdx versionsJustin Chadwell
Signed-off-by: Justin Chadwell <me@jedevc.com>
2022-12-05json: hide deprecated and non-spec fieldsJustin Chadwell
Some non-spec defined fields and deprecated fields were being incorrectly exported as part of the v2_1 and v2_2 module, so they were out-of-sync with v2_3. Signed-off-by: Justin Chadwell <me@jedevc.com>
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 v2.2 parsers to support SHA512Adolfo García Veytia (Puerco)
Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
2022-10-06chore: Fix section numbers in 2.2 data modelKeith Zantow
Signed-off-by: Keith Zantow <kzantow@gmail.com>
2022-06-06convert spdx structs to versioned pkgsBrandon Lum
Signed-off-by: Brandon Lum <lumjjb@gmail.com>