org.sonar.plugins.csharp.S106.json Maven / Gradle / Ivy
{
"title": "Standard outputs should not be used directly to log anything",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
},
"attribute": "MODULAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"bad-practice"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-106",
"sqKey": "S106",
"scope": "Main",
"securityStandards": {
"OWASP": [
"A3"
],
"OWASP Top 10 2021": [
"A9"
]
},
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy