diff options
author | agigleux <gigleux_alexandre@yahoo.fr> | 2018-07-16 11:25:49 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-07-17 20:21:26 +0200 |
commit | 4bcc19ceb7f0379a5d68b65e5f218f193e44e2a8 (patch) | |
tree | fdb318f36bf37df082b69869ea411ea6961efc3a | |
parent | eda4c88a8cf23ecc4909dd8623be0ca37b31da07 (diff) | |
download | sonarqube-4bcc19ceb7f0379a5d68b65e5f218f193e44e2a8.tar.gz sonarqube-4bcc19ceb7f0379a5d68b65e5f218f193e44e2a8.zip |
Documentation Security Reports
-rw-r--r-- | server/sonar-docs/src/pages/security-reports.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/security-reports.md b/server/sonar-docs/src/pages/security-reports.md index 5c22e9cccf0..9b3973dd35a 100644 --- a/server/sonar-docs/src/pages/security-reports.md +++ b/server/sonar-docs/src/pages/security-reports.md @@ -24,4 +24,4 @@ The Won't Fix designation is used to indicate that a Hotspot has been reviewed a ## Why don't I see any Hotspot? It is possible you really have no Hotspot because your code is safe in itself and you used no security-sensitive API. -Also, only SonarC#, SonarJava, SonarPHP implement the concept of Security Hotspot. +Also, Security Hotspots are only created for now for C#, Java and PHP. |