I am using SonarQube 8.9 LTS
- I found that there are 172 rules are listed in 8.9 LTS for Python but the SonarDoc shows 179 rules
- I am trying to screen SQL injection bugs form my program, however SonarScreen didn’t return any issue to my SonarQube
my Code : Select CUST_ID, NAME FROM CUSTOMER WHERE CUST_ID = %s"