aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorG. Ann Campbell <ann.campbell@sonarsource.com>2018-07-16 09:35:30 -0400
committerSonarTech <sonartech@sonarsource.com>2018-07-17 20:21:27 +0200
commitabf8a0ad34b17c6879c3ba0469b90d0a1b4631e0 (patch)
treeda69fc57e4b74fc929ff17d255f927d6cb592ac3 /server
parent4bcc19ceb7f0379a5d68b65e5f218f193e44e2a8 (diff)
downloadsonarqube-abf8a0ad34b17c6879c3ba0469b90d0a1b4631e0.tar.gz
sonarqube-abf8a0ad34b17c6879c3ba0469b90d0a1b4631e0.zip
minor edit
Diffstat (limited to 'server')
-rw-r--r--server/sonar-docs/src/pages/security-reports.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/security-reports.md b/server/sonar-docs/src/pages/security-reports.md
index 9b3973dd35a..ea5355adb0e 100644
--- a/server/sonar-docs/src/pages/security-reports.md
+++ b/server/sonar-docs/src/pages/security-reports.md
@@ -22,6 +22,6 @@ Once you've *Detect*ed that there really is a problem at a Hotspot location, it
## What does it mean for a Hotspot to be marked "Won't Fix".
The Won't Fix designation is used to indicate that a Hotspot has been reviewed and there is no way, as of now, to exploit this piece of code to create an attack.
-## 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.
+## Why don't I see any Hotspots?
+It is possible you really have no Hotspots because your code uses no security-sensitive API.
Also, Security Hotspots are only created for now for C#, Java and PHP.