Use of Hard-coded Credentials
| Property | |
|---|---|
| Language | regex |
| Severity | |
| CWE | CWE-798: Use of Hard-coded Credentials |
| OWASP | A07:2021 - Identification and Authentication Failures |
| Confidence Level | Low |
| Impact Level | Medium |
| Likelihood Level | Low |
Description#
An age secret key was found hard-coded in the source code. Storing sensitive credentials directly in code can expose them to anyone with access to the repository.
Impact#
If attackers obtain this secret key, they can decrypt protected data or perform unauthorized actions, leading to data breaches or system compromise. This puts sensitive information and the organization’s security at risk.