-
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
Description
Describe the defect
There are two minor typos in released CycloneDX BOM 1.6/1.7 artifacts:
-
In JSON Schema and XSD content-type descriptions,
"text/plain" for plan text documentsshould read"plain text". -
In the
refType$comment,staring with 'urn:cdx:'should readstarting with 'urn:cdx:'.
Additional context
Evidence (current master):
schema/bom-1.6.schema.json: containsplan textandstaring withschema/bom-1.7.schema.json: containsplan textandstaring withschema/bom-1.6.xsd: containsplan textschema/bom-1.7.xsd: containsplan text
Proto files already use "plain text", so this is a copy-edit consistency fix only.
Reactions are currently unavailable