{% extends "base.html" %} {% load i18n %} {% load static %} {% load custom_tags %} {% block title %} Report an issue | OWASP {% env 'PROJECT_NAME' %} {% endblock title %} {% block description %} Report a bug by providing the domain URL, bug title, and type. Attach screenshots and categorize the bug to ensure comprehensive reporting. {% endblock description %} {% block keywords %} Report a Bug, Bug Reporting, Domain URL, Bug Title, Bug Type, Attach Screenshots, Categorize Bug {% endblock keywords %} {% block og_title %} Report a Bug - Comprehensive Reporting {% endblock og_title %} {% block og_description %} Report a bug efficiently by providing all necessary details such as domain URL, bug title, type, and screenshots. Categorize the bug for better tracking. {% endblock og_description %} {% load gravatar %} {% load socialaccount %} {% load humanize %} {% providers_media_js %} {% block content %} {% include "includes/sidenav.html" %}

{% trans "REPORT A BUG" %}

Help improve security by reporting vulnerabilities

{% csrf_token %}
{% if top_domains %}
Quick Access Domains
{% for domain in top_domains %} {% endfor %}
{% endif %}

{% trans "Bug Description" %}

{% trans "Drag & drop or click to upload" %}

PNG, JPG, GIF up to 5 images

{% trans "Team Members" %}

{% trans "Team members should be bughunts users" %}.

{% trans "Report Anonymously" %}

{{ captcha_form.captcha }}
{% endblock content %} {% block after_js %} {% endblock after_js %}