SonarCloud scan is not flagging hardcoded passwords as a security vulnerability
Hardcoded Passwords Not Detected in .NET Project Scan
Hi everyone,
I’ve integrated SonarCloud with my .NET project, and the scan is working as expected. It’s successfully detecting other bugs and issues. However, it’s not flagging hardcoded passwords as security vulnerabilities.
Here’s what I’ve done so far:
- Integration: Successfully integrated SonarCloud with my .NET project.
- Scanning: The scan runs without issues and detects other bugs and vulnerabilities.
- Rules Activation: I’ve activated the relevant rules for detecting hardcoded passwords.
Despite these steps, the hardcoded passwords are not being detected. Has anyone faced a similar issue or can you provide insights on what might be going wrong? Any suggestions or troubleshooting steps would be greatly appreciated.
Test Code for detect bugs
Thanks