org.sonar.plugins.csharp.S1104.json Maven / Gradle / Ivy
{
"title": "Fields should not have public accessibility",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "MODULAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"cwe"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-1104",
"sqKey": "S1104",
"scope": "Main",
"securityStandards": {
"CWE": [
493
]
},
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy