Must-share information (formatted with Markdown):
-
which versions are you using ( Community Build v26.5.0.122743, Scanner sonar-scanner-8.0.1.6346-linux-x64)
-
how is SonarQube deployed: Docker
-
what are you trying to achieve: I ran a PoC with Community version. I’m trying to understand if commercial Team plan will find more security-related issues.
I have a PHP Laravel project (~600K lines). The SonarQube Community Edition report shows 125 findings under the “Security” category, including 3 Blocker and 18 High severity issues.
My question: does this generally indicate that the codebase is in relatively good shape, or is it likely that the Team plan would detect significantly more issues?
For example, regarding SQL injection: the PHP rule “Use prepared statements to securely construct SQL queries” is enabled, but the scan reports zero issues. Could the Team plan’s additional analysis capabilities find SQL injection issues that are not detected in the Community Edition?
I’m trying to understand how much additional security coverage the Team plan provides compared to Community Edition for a large Laravel codebase.