Feature Request
Currently, when viewing vulnerabilities in the extensions view, I see a list of vulnerabilities grouped by severity (CRITICAL, HIGH, MEDIUM, LOW), but there is no visual indication of how many vulnerabilities exist in each severity category without expanding each section
I would like to see the number of vulnerabilities displayed next to each severity level in the tree view. For example:
- 🔴 CRITICAL (10)
- 🟠 HIGH (5)
- 🟡 MEDIUM (8)
- 🔵 LOW (3)
This feature would improve the developer experience by:
- Providing instant visibility into the security status
- Helping prioritize critical/high severity issues
- Making it easier to track progress when fixing vulnerabilities
Feature Request
Currently, when viewing vulnerabilities in the extensions view, I see a list of vulnerabilities grouped by severity (CRITICAL, HIGH, MEDIUM, LOW), but there is no visual indication of how many vulnerabilities exist in each severity category without expanding each section
I would like to see the number of vulnerabilities displayed next to each severity level in the tree view. For example:
This feature would improve the developer experience by: