Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: TCG RIM Support #36

Open
tarunbang opened this issue Jul 22, 2022 · 1 comment · May be fixed by #40
Open

feature: TCG RIM Support #36

tarunbang opened this issue Jul 22, 2022 · 1 comment · May be fixed by #40
Labels
enhancement New feature or request

Comments

@tarunbang
Copy link

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.

@tarunbang tarunbang added the enhancement New feature or request label Jul 22, 2022
@thomas-fossati
Copy link
Contributor

thomas-fossati commented Jul 22, 2022

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:

  • $$coswid-extension
  • $$directory-extension
  • $$resource-extension
  • $$process-extension

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

thomas-fossati added a commit that referenced this issue Jul 24, 2022
Fix #36

Signed-off-by: Thomas Fossati <thomas.fossati@arm.com>
@thomas-fossati thomas-fossati linked a pull request Jul 24, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants