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

OF-2628: Avoid polynomial regular expression used on uncontrolled data #2221

Merged

Commits on Jul 18, 2023

  1. OF-2628: Avoid polynomial regular expression used on uncontrolled data

    Prevent possibility of regular expression execution depending on user-provided values taking exceptionally long / many resources to complete
    
    This commit replaces the regular expression with a solution that doesn't use regular expressions. Arguably, the complexity of this code does not change much.
    guusdk committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f290e0c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. OF-2628: Add unit tests

    Fishbowler committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    dc11312 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Revert "OF-2628: Add unit tests"

    This reverts commit dc11312.
    Fishbowler committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1763634 View commit details
    Browse the repository at this point in the history