Security reports
Security reports provide a big picture overview of your application's security standing in relation to industry standards.
Security reports are available starting in Enterprise Edition.
What do security reports show?
Security reports quickly give you the big picture of your project, application or portfolio's security. They let you to know where you stand compared to the most common security mistakes made in the past:
OWASP Top 10 (2025, 2021, 2017)
CWE Top 25 (2024, 2023, 2022, and 2021)
OWASP ASVS (5.0 and 4.0, levels 1, 2, 3)
PCI DSS (4.0 and 3.2)
STIG ASD (6 and 5)
They represent the bare minimum compliance for anyone putting in place a secure development lifecycle.
Depending on the configuration of your SonarQube Server instance, security reports are generated with metrics either from Standard Experience or MQR mode.
Software Composition Analysis (SCA) in security reports
If you have SonarQube Advanced Security, the reports include Software Composition Analysis (SCA) data in a Dependency Risk column for project, application and portfolio-level reports in both the SonarQube Server UI and exported PDFs. See Advanced Security for more details.
What are the differences among the security issues?
Security Hotspots and Security Vulnerabilities (in Standard Experience) or Security issues (in MQR Mode) differ in that:
Security Hotspot is a security-sensitive piece of code that is highlighted but doesn’t necessarily impact the overall application security. It’s up to the developer to review the code and determine whether or not a fix is needed to secure it.
Security Vulnerability (in Standard Experience) or Security (in MQR Mode) is a problem that impacts the application’s security and needs to be fixed immediately.
For more details, see the Managing Security Hotspots page.
Why don’t I see any security issues?
A rating is unavailable and displayed as a dash (-) for Security Vulnerabilities (in Standard Experience), Security issues (in MQR Mode), or Security Hotspots for the following reasons:
Your code has been written without using any security-sensitive API.
Security Vulnerability (in Standard Experience), Security (in MQR Mode), or Security Hotspot rules are available but not activated in your quality profile, so no security issues are being raised. For example. if there are no rules corresponding to a given OWASP category activated in your quality profile, you won’t get issues linked to that specific category and the rating displayed will be a dash (-).
SonarQube Server might not currently have many rules for your programming language, so it won’t raise any issues or only a few security issues are being recognized.
Downloading a PDF copy
You can download a PDF copy of your security report for projects and applications:

Retrieve your project or application. See Retrieving projects for more information.
Go to Security reports and select Download security report (PDF).
The PDF contains:
The number of open Security Vulnerabilities (in Standard Experience) or Security issues (in MQR Mode) and the security rating on both overall code and new code.
The number of Security Hotspots, the percentage of reviewed Security Hotspots, and the security review rating on both overall and new code.
Your Sonar, OWASP, CWE reports.
Related pages
Last updated
Was this helpful?

