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

Streamline validation of patternProperties Regex #653

Merged
merged 3 commits into from
Mar 18, 2021
Merged

Streamline validation of patternProperties Regex #653

merged 3 commits into from
Mar 18, 2021

Commits on Feb 4, 2021

  1. Streamline validation of patternProperties Regex

    And always escape used delimiter in passed pattern.
    
    Refs #650
    guilliamxavier committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    046f6b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d4469c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Use a safer delimiter in jsonPatternToPhpRegex()

    `#` is escaped by preg_quote() in PHP >= 7.3, and `/` needs to be escaped currently (before #650), so let's go with `~`
    guilliamxavier committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    330db08 View commit details
    Browse the repository at this point in the history