Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cowtowncoder opened this issue Jan 30, 2021 · 0 comments
Closed

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

cowtowncoder opened this issue Jan 30, 2021 · 0 comments
Labels
Milestone

Comments

@cowtowncoder
Copy link
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.

@cowtowncoder cowtowncoder modified the milestones: 2, 2.12.2 Jan 30, 2021
@cowtowncoder cowtowncoder changed the title Handle invalid CBOR content like [ 0x84 ] (single byte doc) Handle invalid CBOR content like [ 0x84 ] (incomplete array) Jan 30, 2021
cowtowncoder added a commit that referenced this issue Jan 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant