diff options
author | MikeBirnstiehl <michael.birnstiehl@sonarsource.com> | 2019-10-09 15:44:50 -0500 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-10-10 20:21:02 +0200 |
commit | e5a564142b9235bdd3d4e513a37c92f72dbf0215 (patch) | |
tree | efb74c658273d2a5badea2e9b5e45bf44d9ec0f0 | |
parent | d17f0721a3a82e2f2b0fb424c8076159f9331bf0 (diff) | |
download | sonarqube-e5a564142b9235bdd3d4e513a37c92f72dbf0215.tar.gz sonarqube-e5a564142b9235bdd3d4e513a37c92f72dbf0215.zip |
DOCS add EE header to sec reports
-rw-r--r-- | server/sonar-docs/src/pages/user-guide/security-reports.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/user-guide/security-reports.md b/server/sonar-docs/src/pages/user-guide/security-reports.md index b76e7870f83..2511ae886d4 100644 --- a/server/sonar-docs/src/pages/user-guide/security-reports.md +++ b/server/sonar-docs/src/pages/user-guide/security-reports.md @@ -3,6 +3,8 @@ title: Security Reports url: /user-guide/security-reports/ --- +*Security Reports are available as part of the [Enterprise Edition](https://redirect.sonarsource.com/editions/enterprise.html) and [above](https://www.sonarsource.com/plans-and-pricing/).* + ## What do Security Reports show? Security Reports quickly give you the big picture on your application's security, with breakdowns of just where you stand in regard to each of the [OWASP Top 10](https://www.owasp.org/index.php/Top_10-2017_Top_10), and [SANS Top 25](https://www.sans.org/top25-software-errors) categories, and [CWE](http://cwe.mitre.org/)-specific details. |