aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src
diff options
context:
space:
mode:
authorNicolas Harraudeau <nicolas.harraudeau@sonarsource.com>2019-10-08 17:08:26 +0200
committerSonarTech <sonartech@sonarsource.com>2019-10-09 20:21:05 +0200
commit1a3b5dc598bd88d1269010b260552eca1d343d69 (patch)
treea30c08f237c55371851c37443a0a5b5f668c4ad8 /server/sonar-docs/src
parent0afba308ea3bf475b7d365721dae52c8031b297e (diff)
downloadsonarqube-1a3b5dc598bd88d1269010b260552eca1d343d69.tar.gz
sonarqube-1a3b5dc598bd88d1269010b260552eca1d343d69.zip
DOCS Replace 'Questionable Code Example' with 'Sensitive ...'
Diffstat (limited to 'server/sonar-docs/src')
-rw-r--r--server/sonar-docs/src/pages/extend/adding-coding-rules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/extend/adding-coding-rules.md b/server/sonar-docs/src/pages/extend/adding-coding-rules.md
index 1a259f87411..041267a67f0 100644
--- a/server/sonar-docs/src/pages/extend/adding-coding-rules.md
+++ b/server/sonar-docs/src/pages/extend/adding-coding-rules.md
@@ -254,7 +254,7 @@ For example, if some code enables a user to send and then execute custom code, t
* one of the following:
* **Noncompliant Code Example** - same as for Bug, Vulnerability and Code Smell rules.
some code can be added to give an example of dangerous context. For example: putting a password in an insecure cookie.
- * **Questionable Code Example** - use this instead of "Noncompilant code example" when the Hotspot highlights some code which is not dangerous but might be the source of some vulnerability. Example: an opening Socket.
+ * **Sensitive Code Example** - use this instead of "Noncompilant code example" when the Hotspot highlights some code which is not dangerous but might be the source of some vulnerability. Example: an opening Socket.
* **See** (optional) - same as for Bug, Vulnerability and Code Smell rules.
* **Deprecated** (optional) - listing replacement rules with links.