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

fix(django): Fix django legacy url resolver regex substitution #1272

Merged
merged 2 commits into from
Dec 9, 2021

Commits on Dec 9, 2021

  1. fix(django): Fix django legacy url resolver regex substitution

    Upstream django CVE fix caused master tests to fail.
    This patches our url resolver regex substition to account for \A and \Z
    metacharacters.
    django/django@2.2.24...2.2.25#diff-ecd72d5e5c6a5496735ace4b936d519f89699baff8d932b908de0b598c58f662L233
    sl0thentr0py committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    fa86ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2135ab View commit details
    Browse the repository at this point in the history