]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8313 Sanitize description of filter parameter in WS api/components/search_projects
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Tue, 15 Nov 2016 07:51:38 +0000 (08:51 +0100)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Tue, 15 Nov 2016 07:51:38 +0000 (08:51 +0100)
server/sonar-server/src/main/java/org/sonar/server/component/ws/SearchProjectsAction.java

index e717c4db62e4d7fa6c638e1ab8eb52c2d7653420..4322d6a082f1b96e3739194dc0833a1f17cc2eeb 100644 (file)
@@ -87,7 +87,7 @@ public class SearchProjectsAction implements ComponentsWsAction {
       .setPossibleValues(SUPPORTED_FACETS);
     action
       .createParam(PARAM_FILTER)
-      .setDescription("Filter projects on measure value, quality gate or whether a project is a favorite or not.<br>" +
+      .setDescription("Filter of projects on measure value, quality gate or whether a project is a favorite or not.<br>" +
         "The filter must be encoded to form a valid URL (for example '=' must be replaced by '%3D').<br>" +
         "Examples of use:" +
         "<ul>" +
@@ -108,7 +108,7 @@ public class SearchProjectsAction implements ComponentsWsAction {
         " <li>'4' for rating D</li>" +
         " <li>'5' for rating E</li>" +
         "</ul>" +
-        "To filter on a Quality Gate status use the metric key 'alert_status'. You can only use the '=' operator.<br>" +
+        "To filter on a Quality Gate status use the metric key 'alert_status'. Only the '=' operator can be used.<br>" +
         "The possible values are:" +
         "<ul>" +
         " <li>'OK' for Passed</li>" +