- SonarQube version: Enterprise Edition Version 10.3
Our team focuses on SAST scanners in Sonar itself, during this we have created a few basic checks, that we expected, can be caught by SonarQube during static scanning, but it was not caught.
For example, we have in our code example of potentially sensitive code, which potentially contains password in constant. At the same time, we have active rule (java:S6437) according to which, it should be identified as Vulnerability, but it doesn’t, please, see attached screenshot.
The question is: why it doesn’t caught by Sonarqube during scanning the whole code, including constants? Does this rule require some custom configurations?
Thanks.
