mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 04:15:02 -02:30
fix CVE-2024-33663 and bring in updates for social-auth-app-django (#6634)
This commit is contained in:
@@ -17,6 +17,9 @@ from social_django.middleware import SocialAuthExceptionMiddleware
|
||||
|
||||
|
||||
class SocialAuthMiddleware(SocialAuthExceptionMiddleware):
|
||||
def __call__(self, request):
|
||||
return self.process_request(request)
|
||||
|
||||
def process_request(self, request):
|
||||
if request.path.startswith('/sso'):
|
||||
# See upgrade blocker note in requirements/README.md
|
||||
|
||||
Reference in New Issue
Block a user