CodingVoid
CodingVoid
CoSWID defines a concise representation of SWID Tags. It's very suited for devices with network and storage constraints. It would be quite useful for a firmware use case I have....
**Describe the bug** There is a bug in cmake/modules/boards.cmake that causes BOARD_DIR to not be overwritten if it is already in the cmake cache. **To Reproduce** 1. git clone https://github.com/zephyrproject-rtos/zephyr...
I pulled the recent master of OpenSBI and I now get the following error: fw_start and fw_rw_offset not aligned I checked and the error comes from here: https://github.com/riscv-software-src/opensbi/blob/322b59847534cbbf484190b0957fb32bee36e2ec/lib/sbi/sbi_domain.c#L752 My values...
I tried to program it as readable/straightforward as possible with lot's off comments for easier review. I ran all the tests. For performance reason's (and because it doesn't add much...
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...
**Describe the bug** mount -o bind /proc /mnt/proc does not work. In the coreutils it works fine, but in u-root it does not. It is mainly useful for a chroot....