-
Version: Community Build 9.9.4.87374
-
SonarQube deployed: ZIP
-
What are we trying to achieve: SonarQube is not detecting secret patterns in the
Web.configfile inside the<appSettings>section, such as:<add key="cyberdevops.username" value="user-gestion" /><add key="cyberdevops.password" value="testsonarqb" /><add key="cyberdevops.secret" value="testsonarqb" />
However, other types of patterns have been correctly detected, for example:
<rabbitMQConnectionSection Url="rabbitmq://localhost/" UserName="User2" Password="test2123" />
- What have we tried so far to achieve this: we’ve tried different key patterns and various keywords to check if there was an issue with the key regex detection.
Thank you,
BR.
Alex.