tgagneret-embedded
tgagneret-embedded
**What happened**: I'm trying to use grype to search for vulnerability for an embedded project using a SBOM file (using cycloneDX specification).I add an embedded components like freeRTOS, STM32L4 firmware,...
Hi, I was wondering where the spec specify these values: https://github.com/solokeys/solo1/blob/2884f95ff4d75d8934522ec49ea418a5457f8617/fido2/ctap.h#L66 https://github.com/solokeys/solo1/blob/2884f95ff4d75d8934522ec49ea418a5457f8617/fido2/ctap.h#L67 which are used in ctap_parse_client_pin: https://github.com/solokeys/solo1/blob/2884f95ff4d75d8934522ec49ea418a5457f8617/fido2/ctap_parse.c#L1520 https://github.com/solokeys/solo1/blob/2884f95ff4d75d8934522ec49ea418a5457f8617/fido2/ctap_parse.c#L1530 I checked on the following document: https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authnrClientPin-cmd-dfn Thanks
Hi, This PR follows issue #3588. The goal is to extract information from CPE field (when PURL field is not specified) in SPDX document. CPE can contain `*` as version....
### Description When parsing SPDX file, `ExternalRef SECURITY ` is not taken into account. ### Why? Sometimes package name does not match cpe name. Moreover, some CPE can have the...
Hi, Is it possible to have an example code for webauthn/FIDO2 over BLE ? Thanks
Hi, This a command to support the "debug-binary" command in tockloader. This command allows to debug a binary on the board. It does not flash the binary on the board,...
Hello, This PR allows to run `CodeChecker parse -e sarif ./results -o sarif.json`. This PR only uses the `convert` function already present in Sarif Parser (https://github.com/Ericsson/codechecker/blob/master/tools/report-converter/codechecker_report_converter/report/parser/sarif.py#L297) and exposes it to...
Hello, When generating a QR Code (VCARD) containing accent (`é` for example), if you scan the QR code (I tried with an Android phone), there is some encoding issue. If...