Hard-coded credentials are security-sensitive

Post Reply
Shane1145
Posts: 1624
Joined: Wed Sep 25, 2024 2:31 pm

Hard-coded credentials are security-sensitive

Post by Shane1145 »

The issue "Hard-coded credentials are security-sensitive" represents a major vulnerability, as embedding usernames, passwords, or tokens directly in the source code can expose systems to unauthorized access if the code is leaked or accessed by an attacker. Using hard-coded credentials increases the risk of credential theft and compromises the security of the application, as these details are often difficult to update and can be easily discovered through reverse engineering.


https://rules.sonarsource.com/kotlin/RSPEC-2068/
Post Reply