]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS Replace 'Questionable Code Example' with 'Sensitive ...'
authorNicolas Harraudeau <nicolas.harraudeau@sonarsource.com>
Tue, 8 Oct 2019 15:08:26 +0000 (17:08 +0200)
committerSonarTech <sonartech@sonarsource.com>
Wed, 9 Oct 2019 18:21:05 +0000 (20:21 +0200)
server/sonar-docs/src/pages/extend/adding-coding-rules.md

index 1a259f87411832ccee102fdebb53dfa35f104b11..041267a67f0c7381eabea98db3d6aa129d731d27 100644 (file)
@@ -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.