org.sonar.plugins.csharp.S1313.json Maven / Gradle / Ivy
{
"title": "Using hardcoded IP addresses is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"SECURITY": "MEDIUM"
},
"attribute": "TRUSTWORTHY"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "30min"
},
"tags": [],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-1313",
"sqKey": "S1313",
"scope": "Main",
"securityStandards": {
"OWASP": [
"A3"
],
"OWASP Top 10 2021": [
"A1"
]
}
}