python-uswid icon indicating copy to clipboard operation
python-uswid copied to clipboard

A tiny tool for embedding CoSWID tags in EFI binaries

Results 3 python-uswid issues
Sort by recently updated
recently updated
newest added

In goswid I put in relationships for compiler and general dependencies. for the command line part it would look something like this: --parent tag0 --requires tag1,tag2,tag3 // would create a...

CoSWID defines a method of validating, that a CoSWID tag is actually created by the party owning the software and not changed along the way. I think that would be...

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...