-
Notifications
You must be signed in to change notification settings - Fork 2
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
Added captacha #168
base: dev
Are you sure you want to change the base?
Added captacha #168
Conversation
|
||
<a class="btn" href="/"><i class="fa-solid fa-house"></i> Go Home</a> | ||
<a class="btn" href="{{return_url}}" |
Check warning
Code scanning / Semgrep OSS
Semgrep Finding: javascript.express.security.audit.xss.mustache.var-in-href.var-in-href Warning
|
||
<a class="btn" href="/"><i class="fa-solid fa-house"></i> Go Home</a> | ||
<a class="btn" href="{{return_url}}" |
Check warning
Code scanning / Semgrep OSS
Semgrep Finding: python.django.security.audit.xss.template-href-var.template-href-var Warning
|
||
<a class="btn" href="/"><i class="fa-solid fa-house"></i> Go Home</a> | ||
<a class="btn" href="{{return_url}}" |
Check warning
Code scanning / Semgrep OSS
Semgrep Finding: python.flask.security.xss.audit.template-href-var.template-href-var Warning
@@ -53,6 +58,7 @@ | |||
</details> | |||
</div> | |||
</div> | |||
<script src="https://hcaptcha.com/1/api.js" async defer></script> |
Check warning
Code scanning / Semgrep OSS
Semgrep Finding: html.security.audit.missing-integrity.missing-integrity Warning
No description provided.