veraison / swid

SWID and CoSWID manipulation library
Apache License 2.0
7 stars 2 forks source link

feature: TCG RIM Support #36

Open tarunbang opened 2 years ago

tarunbang commented 2 years ago

Add support for metadata fields as per section 4 of TCG RIM in CoSWID. • BindingSpecVersion • PlatformManufacturerId • PlatformManufacturerStr • PlatformModel • FirmwareManufacturer • FirmwareManufacturerId

Also, please add other related extensions.

thomas-fossati commented 2 years ago

Thanks @tarunbang for pointing out the need for this extension.

For reference, the normative CDDL for this extension can be found at https://github.com/sacmwg/draft-ietf-sacm-coswid/blob/master/concise-swid-rim-extension.cddl

We need to add to four extension points:

Note also that, because the RIM extension is using any-uri, so this feature depends on (or better, is related to) #35