> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cybedefend.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Project Overview & Stats

> Dive deeper into per-project analytics, including severity breakdowns, states, and historical trends.

While the **Project Vulnerability List** highlights current open issues, the **Project Overview** page offers in-depth analytics and historical context. It answers questions like, “Are we reducing critical vulnerabilities over time?” and “Which scanner finds the most issues?”

<Frame>
  <img src="https://mintcdn.com/cybedefend/aDLcTBG2HfZKnk8v/images/get-started/relevant-functionalities/project-overview-dashboard.png?fit=max&auto=format&n=aDLcTBG2HfZKnk8v&q=85&s=3cb1aa41abf0cacb02a615cbd834ddc7" alt="Project Overview Dashboard" style={{ borderRadius: '0.5rem' }} width="2079" height="863" data-path="images/get-started/relevant-functionalities/project-overview-dashboard.png" />
</Frame>

## Breakdown Charts

1. **Vulnerabilities by Severity**\
   A bar or donut chart showing the split among Critical, High, Medium, Low issues. Perfect for zeroing in on severity hotspots.
2. **Vulnerabilities by Analysis Type**\
   Compares how many issues come from SAST, IAC, or SCA. This can reveal if your code (SAST) or your infrastructure (IAC) demands more attention.
3. **Vulnerabilities by State**\
   Shows how many are Open, In Progress, or Resolved. Great for agile workflows to see if issues keep piling up or are actively being addressed.
4. **Vulnerabilities Over Time**\
   A timeline chart that records how many vulnerabilities exist at any given time in the project’s history. This helps track improvement trends.

***

## Practical Use Cases

* **Management Reporting**: Show weekly or monthly improvements to stakeholders.
* **Prioritization**: If SAST counts are skyrocketing, your dev team might need more secure coding guidance.
* **Team Accountability**: Some organizations tie metrics (like “Resolved vs. New Vulnerabilities”) to sprint goals.

<Tip>
  Combine this data with your <strong>weekly triage</strong> approach to confirm that your security posture is actually improving.
</Tip>
