-
Hello.
First of all, thank you for creating this library.
I am trying to connect ADG2128 on ESP32-S3.
At first, it is very difficult for me to find information about ADG2128.
I am curious as to…
-
## Introduction
There are a number of new standards for IoT security under development at IETF which depend on CBOR Object Signing and Encryption, or COSE (see [IETF RFC 8152](https://tools.ietf.or…
-
I am working on ArduinoIoTColud project and I'm using the auto-generated script from the ArduinoIotCloud.
The following error occurred during the compilation.
**Code**
```c
#include "arduino_sec…
-
An EOF while decoding should not be used to signal the end of a stream.
If you're decoding a set of CBOR objects that are just concatenated together in a file without delimiters then do this:
``…
-
Decoding 9-10 bytes of malformed CBOR data can cause "fatal error: out of memory" and "runtime: out of memory" errors. Only 1 decode attempt is required to cause the error.
cc @cryptix
### Rel…
-
@lieunguyen-tma go-dots is using a CBOR library that could exhaust memory in 1 decode attempt of 9-10 bytes of malformed data.
### Relevant Code
go-dots/dots_common/messages/message.go
```
i…
-
#### Summary
Attempting to decode 9-10 bytes of malformed CBOR data (BinaryJWTClaims) causes
"fatal error: out of memory" or "runtime: out of memory" errors.
Only 1 decode attempt is needed …
-
## CVE-2020-28491 - High Severity Vulnerability
Vulnerable Library - jackson-dataformat-cbor-2.10.5.jar
Support for reading and writing Concise Binary Object Representation
([CBOR](https://www.rfc-e…
-
## Context
The CBOR library provides an option to return an error while decoding if the input has a field which does not exist in the target Go struct. We should globally enable this option by default…
-
Inspired by https://github.com/TBD54566975/did-dht/pull/264
CBOR is much simpler and more efficient. There is wide support for it [across languages](https://cbor.io/impls.html).
We can also look…