{% extends "company/company_dashboard_base.html" %} {% load static %} {% block title %} Company Analytics | OWASP BLT {% endblock title %} {% block body %} {% block edit_link %}
{% endblock edit_link %}

Dashboard

{{ total_info.total_company_bugs }}

Total Bugs

{{ total_info.total_bug_hunts }}

Bug Bounties

{{ total_info.total_domains }}

Domains

$ {{ total_info.total_money_distributed }}

Money Distributed

Bug Reported Type

Reported on Domains

Monthly Reports

2023

Total Reported

{% if bug_rate_increase_descrease_weekly.is_increasing %} {% else %} {% endif %}

{{ bug_rate_increase_descrease_weekly.this_week_issue_count }}Bugs

{{ bug_rate_increase_descrease_weekly.percent_increase }}% {% if bug_rate_increase_descrease_weekly.is_increasing %} Increasing {% else %} Decreasing {% endif %} compared to last week

Accepted Bugs

{% if accepted_bug_rate_increase_descrease_weekly.is_increasing %} {% else %} {% endif %}

{{ accepted_bug_rate_increase_descrease_weekly.this_week_issue_count }}Accepted Bugs

{{ accepted_bug_rate_increase_descrease_weekly.percent_increase }} {% if accepted_bug_rate_increase_descrease_weekly.is_increasing %} Increasing {% else %} Decreasing {% endif %} compared to last week

Your balance

$120,435.00(USD)

From Jan 01, 2022 to Jan 31, 2022

Spent On Bug Types

Total Spent

${{ total_info.total_money_distributed }}
{% for bugtype, money_spent in spent_on_bugtypes.zipped_data %}
{{ bugtype }}
${{ money_spent }}
{% endfor %}
{% endblock body %} {% block js %} {% endblock js %}