Skip to content

Fail closed by default on deep recursion when canonizing bnode labels #46

@dlongley

Description

@dlongley

If deep recursion occurs when determining the canonical labels for blank nodes, we should bail out by default instead of continuing until all blank nodes receive their canonical labels. Since the recursion can be a slower than normal process and is extremely non-typical in useful data, we should require the developer to pass a flag to allow the algorithm to execute in these cases. This creates a stronger security-minded posture, enabling the library to "fail closed" by default when encountering such data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions