Skip to content

Incomplete number length validation in Ion decoder (for BigDecimal and/or BigInteger) #696

Description

@cowtowncoder

(note: similar to #693 for Avro etc, reported by @tonghuaroot)

Ion codec (IonParser.java) has 2 methods:

private BigInteger _getBigIntegerValue() throws JacksonException;

private BigDecimal _getBigDecimalValue() throws JacksonException;

that access underlying Ion codec provided "big" numbers: these need to validate against StreamReadConstraints.

Activity

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

    2.182.213.1ionprocessing-limitsIssues related to limiting aspects of input/output that can be processed without exception

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions