]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-16596 Update "Security Engine Custom Configuration" doc page with common config...
authorquentin-jaquier-sonarsource <quentin.jaquier@sonarsource.com>
Wed, 13 Jul 2022 09:20:11 +0000 (11:20 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 22 Jul 2022 20:03:01 +0000 (20:03 +0000)
server/sonar-docs/src/pages/analysis/security_configuration.md

index ef225262fe2d4540466dfc191d76bed6167b6dd7..b5d815c305c40e5fee191d42e66586158f855fd6 100644 (file)
@@ -180,7 +180,7 @@ You need to add your custom configurations to SonarQube using a JSON file. You c
 See the following section for more information on formatting your JSON file.
 
 ### Configuration file format
-Your JSON file should include the rule you're adding a custom element to, the element you are customizing, and the `methodId` for each element. Each language needs a separate JSON file but can contain multiple rules. Click your language below to expand an example of a JSON file to help you understand the expected format.
+Your JSON file should include the rule you're adding a custom element to, the element you are customizing, and the `methodId` for each element. Each language needs a separate JSON file but can contain multiple rules. You may use the special rule key `common` to apply the given configuration to all the rules. Click your language below to expand an example of a JSON file to help you understand the expected format.
 
 [[collapse]]
 | ## Java JSON file example