Update CoSMID templates and schema to comply with RFC 9393 #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Description
This PR introduces the following changes to the CoSMID templates and schema to ensure compliance with RFC 9393:
Added
cosmid-meta-mini.json
:entity-name
androle
fields to match theentity-entry
map structure.Added
cosmid-meta-full.json
:entity-name
,reg-id
,role
, andthumbprint
fields to match theentity-entry
map structure.validity
field for metadata.Added
cosmid-example.json
:tag-id
,tag-version
,software-name
,profile
,validity
, andentity
fields to match theconcise-swid-tag
map structure.Added
cosmid-full.json
:tag-id
,tag-version
,software-name
,profile
,validity
,entity
, andlink
fields to match theconcise-swid-tag
map structure.Added
cosmid-schema.json
:tag-id
,tag-version
,corpus
,patch
,supplemental
,software-name
,software-version
,version-scheme
,media
,software-meta
,entity
,link
,payload
, andevidence
to match theconcise-swid-tag
map structure.fix #19