You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
fix: reject CBOR data with extraneous back-to-back encoded data
The streaming form of CBOR (3.1) may use back-to-back top-level objects without
an explicit container and borc will decode this without failure.
`decodeFirst()` will only return the first of these but additional data may
exist but be hidden.
Ref: dignifiedquire/borc#47 (comment)
Ref: ipld/specs#268
0 commit comments