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

feature: quotas #263

Merged
merged 16 commits into from
Apr 1, 2024
Merged

feature: quotas #263

merged 16 commits into from
Apr 1, 2024

Conversation

TreyWW
Copy link
Owner

@TreyWW TreyWW commented Apr 1, 2024

What type of PR is this?

  • ✨ Feature

@TreyWW TreyWW self-assigned this Apr 1, 2024
Copy link
Contributor

github-actions bot commented Apr 1, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

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

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

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
.
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

Untrusted URL redirection depends on a
user-provided value
.
Untrusted URL redirection depends on a
user-provided value
.
@TreyWW TreyWW merged commit c81329b into main Apr 1, 2024
18 checks passed
@TreyWW TreyWW deleted the feature/quotas branch April 20, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✔ Done
Development

Successfully merging this pull request may close these issues.

1 participant