Can not find injection attacks rules for Java on SonarQube Community edition

I found rules java in https://rules.sonarsource.com/java/ has this rules

  • Dynamic code execution should not be vulnerable to injection attacks
  • HTTP request redirections should not be open to forging attacks
  • Deserialization should not be vulnerable to injection attacks
  • Endpoints should not be vulnerable to reflected cross-site scripting (XSS) attacks
  • Database queries should not be vulnerable to injection attacks
  • Regular expressions should not be vulnerable to Denial of Service attacks
  • XPath expressions should not be vulnerable to injection attacks

But I can’t found in my sonarqube with plugin sonarJava 5.11.

Hello Minh,

As expressed in these other threads:

These rules are only available for our commercial editions of SonarQube :sonarqube: , or for Open Source project on SonarCloud :sonarcloud:. You consequently won’t find them in the community edition.

Regards,
Michael