Hi Team,
I’m using SonarQube Enterprise Edition v2026.1 (119033) and noticed a discrepancy between the Issues view and the Security Report.
In the Issues tab:
- Vulnerabilities: 2
- Security Hotspots: 0
Both vulnerabilities are the same rule:
In the Security Report (Sonar category), the project shows:
- 4 Security issues to address
- 0 Security Hotspots that need review
After reviewing the findings, I noticed that each vulnerability is mapped to two CWE identifiers.
My expectation is that the Security Report should show 2 security issues, since there are only 2 unique vulnerability findings. A vulnerability being associated with multiple CWEs is a classification detail and does not appear to represent additional vulnerability instances.
Is the “Security issues to address” metric intended to count:
- Unique vulnerability findings, or
- Vulnerability-to-CWE mappings/occurrences?
If this behavior is expected,could you explain how the Security Report calculates the count?
Thanks you