Hi,
used java:S2068 Java static code analysis: Hard-coded passwords are security-sensitive in the past, got a lot of false positives, and switched to java:S6418 Java static code analysis: Hard-coded secrets are security-sensitive which works fine.
Details here Why SonarQube 9.9 LTS is a must-have for Java developers
Now my question is, will this smarter rule for detecting hardcoded secrets also be available for other languages besides Java ?
Even in the latest version Sonarqube 10.2 such a rule exists only for Java.
Gilbert