All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.plugins.csharp.S106.json Maven / Gradle / Ivy

There is a newer version: 10.2.0.105762
Show newest version
{
  "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