Skip to content

Handle invalid CBOR content like [ 0x84 ] (incomplete array) #240

Closed
@cowtowncoder

Description

@cowtowncoder
Member

(inspired by FasterXML/jackson-databind#3032)

Looks like there are types of invalid documents that do not trigger decoding exception for parser, but should.

Activity

modified the milestones: 2, 2.12.2 on Jan 30, 2021
added a commit that references this issue on Jan 30, 2021
0659e8c
changed the title [-]Handle invalid CBOR content like `[ 0x84 ]` (single byte doc)[/-] [+]Handle invalid CBOR content like `[ 0x84 ]` (incomplete array)[/+] on Jan 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @cowtowncoder

        Issue actions

          Handle invalid CBOR content like `[ 0x84 ]` (incomplete array) · Issue #240 · FasterXML/jackson-dataformats-binary