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

Conversation

sl0thentr0py
Copy link
Member

Upstream django CVE fix caused master tests to fail.
This patches our url resolver regex substition to account for \A and \Z metacharacters.

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 sl0thentr0py requested review from a team, AbhiPrasad and iker-barriocanal and removed request for a team December 9, 2021 13:46
Copy link
Member

@AbhiPrasad AbhiPrasad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love regex

@sl0thentr0py sl0thentr0py merged commit 3a7943b into master Dec 9, 2021
@sl0thentr0py sl0thentr0py deleted the fix-django-regex branch December 9, 2021 14:51
@mlissner

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants