Skip to content

Parser may accidentally recurse into nested type where it is not allowed #13

@Crypt32

Description

@Crypt32

Sometimes, binary data contains unfortunate data that may look like a nested type where it is not allowed. This includes octet strings and implicitly tagged types. Parser doesn't deal with any schema, so it tries to enforce some logic (within reasonable constraints) to determine when we must not recurse. The bug is that implicitly tagged types (0x80-0x9f) are attempted to recurse and may result nested type discovery. Implicitly tagged types cannot have nested types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions