-
- [ ] find some decent JSON to CBOR unit test fixtures (JSON input, expected hex output)
- [ ] find JSON to CBOR unit test fixtures from another lib or language for good measure
- [ ] try the GPT co…
-
In CBOR library there are a couple of unidentified functions such as:
`unpack_float16`
```python
def decode_float16(decoder):
payload = decoder.read(2)
return unpack_float16(payload)
`…
-
A Holder performing a presentation uses this library's helper functions of the form `usingSessionTranscript_____`. Under the covers these construct appropriately formed CBOR-encodings of a DataItem us…
-
### Version
latest
### Description
There is a heap allocation-size fail due to the unsafe "alloc" function used by "serde_transcode" in main() function.
### Current Behavior
ASAN detec…
-
CBOR has an upcoming packed format [specification](https://datatracker.ietf.org/doc/draft-ietf-cbor-packed/), the idea of which is to be able to take any CBOR-encoded data, and "compress" it by extrac…
-
I've been using the library for a while now, and am currently implementing COSE (RFC 9052). One thing that would be a really nice addition for me is to include pointers (or an index) to the start and …
-
## CVE-2020-28491 - High Severity Vulnerability
Vulnerable Libraries - jackson-dataformat-cbor-2.6.7.jar, jackson-dataformat-cbor-2.9.6.jar
jackson-dataformat-cbor-2.6.7.jar
Support for reading an…
-
Due to the nature of C, I think it doesn't make sense to try to aim for complete independence of the user API from the underlying serializer.
We do that for languages that are
* dynamically type…
-
What is a typical workflow for using a Dhall binding in language X? I do not know how people are actually using Dhall bindings but I would expect that mostly people want to read a Dhall file and obta…
-
**Description**
By using `Roslibjs` to subscribe to topics using `CBOR` compression, I'm having a `Rosbridge` error with some custom messages. I can subscribe to standard messages with the compress…