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

Add properties for special binaries/firmware like microcode #20

Open
CodingVoid opened this issue May 3, 2022 · 1 comment
Open

Add properties for special binaries/firmware like microcode #20

CodingVoid opened this issue May 3, 2022 · 1 comment

Comments

@CodingVoid
Copy link
Collaborator

aside from the properties for the normal software properties, which are defined here:
https://github.com/usnistgov/swid-tools/blob/master/swid-builder/src/main/java/gov/nist/secauto/swid/builder/output/AbstractJsonOutputHandler.java
and in the coswid spec:
https://datatracker.ietf.org/doc/html/draft-ietf-sacm-coswid-21

there are also a few properties special to firmware defined here:
https://github.com/usnistgov/swid-tools/blob/master/swid-builder/src/main/java/gov/nist/secauto/swid/builder/output/CBORFirmwareOutputHandler.java

I leave it open for discussion, which of this properties could prove useful.

@CodingVoid CodingVoid changed the title Add properties for special binaries/software like microcode Add properties for special binaries/firmware like microcode May 3, 2022
@hughsie
Copy link
Owner

hughsie commented May 3, 2022

I guess the ones that pop out at me are:

FIRMWARE_TARGET_DEVICE_IDENTIFIER_VENDOR = 86L; // text
FIRMWARE_TARGET_DEVICE_IDENTIFIER_TYPE = 87L; // text
FIRMWARE_TARGET_DEVICE_IDENTIFIER_MODEL = 88L; // text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants