org.sonar.l10n.py.rules.python.S6437.json Maven / Gradle / Ivy
{
"title": "Credentials should not be hard-coded",
"type": "VULNERABILITY",
"code": {
"impacts": {
"SECURITY": "HIGH"
},
"attribute": "TRUSTWORTHY"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "60min"
},
"tags": [
"cwe"
],
"defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-6437",
"sqKey": "S6437",
"scope": "Main",
"securityStandards": {
"CWE": [
798,
259
],
"OWASP": [
"A2"
],
"OWASP Top 10 2021": [
"A7"
]
},
"quickfix": "infeasible"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy