-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
feature: quotas #263
feature: quotas #263
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
referer = request.META.get("HTTP_REFERER") | ||
current_url = request.build_absolute_uri() | ||
if referer != current_url: | ||
return HttpResponseRedirect(referer) |
Check warning
Code scanning / CodeQL
URL redirection from remote source Medium
user-provided value
Untrusted URL redirection depends on a
user-provided value
referer = request.META.get("HTTP_REFERER") | ||
current_url = request.build_absolute_uri() | ||
if referer != current_url: | ||
return HttpResponseRedirect(referer) |
Check warning
Code scanning / CodeQL
URL redirection from remote source Medium
user-provided value
Untrusted URL redirection depends on a
user-provided value
Untrusted URL redirection depends on a
user-provided value
Untrusted URL redirection depends on a
user-provided value
referer = request.META.get("HTTP_REFERER") | ||
current_url = request.build_absolute_uri() | ||
if referer != current_url: | ||
return HttpResponseRedirect(referer) |
Check warning
Code scanning / CodeQL
URL redirection from remote source Medium
user-provided value
Untrusted URL redirection depends on a
What type of PR is this?