]> source.dussan.org Git - sonarqube.git/commitdiff
Fixing hashmark in MethodId heading specific to C Sharp (#1868)
authorJeff Zapotoczny <47899134+jeff-zapotoczny-sonarsource@users.noreply.github.com>
Tue, 2 Jul 2019 18:04:32 +0000 (13:04 -0500)
committerSonarTech <sonartech@sonarsource.com>
Tue, 2 Jul 2019 18:22:45 +0000 (20:22 +0200)
server/sonar-docs/src/pages/analysis/security_configuration.md

index be1856c2a30e0496b894b31048da236811981f28..0993c6435df6d9d811edd3a11441ffee303e3e96 100644 (file)
@@ -198,7 +198,7 @@ Example: `Symfony\\Component\\HttpFoundation\\Request::getUser` for the `getUser
 Note: the `methodId` should be related to methods or functions that are part of the analysis scope. Because we recommended to not analyze code of frameworks at the same time that you scan your own source code, defining methods or functions from frameworks will have no effect.
 This is linked to the fact that the SonarQube security engine needs to know the runtime type of each variable. The type can't be guessed when objects are created by frameworks' factories. Out of the box, the SonarQube security engine supports the main Symfony and Laravel types.
 
-### MethodId for C#
+### MethodId for C&#35;
 
 If you want to declare the constructor `SqlCommand` belonging to the namespace `System.Data.SqlClient` as a sink, the `methodId` should be: