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

org.sonar.l10n.java.rules.java.S2226.json Maven / Gradle / Ivy

There is a newer version: 8.10.0.38194
Show newest version
{
  "title": "Servlets should not have mutable instance fields",
  "type": "BUG",
  "code": {
    "impacts": {
      "RELIABILITY": "MEDIUM"
    },
    "attribute": "CLEAR"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "30min"
  },
  "tags": [
    "multi-threading",
    "struts",
    "cert"
  ],
  "defaultSeverity": "Major",
  "ruleSpecification": "RSPEC-2226",
  "sqKey": "S2226",
  "scope": "Main",
  "securityStandards": {
    "CERT": [
      "MSC11-J."
    ],
    "STIG ASD_V5R3": [
      "V-222567"
    ]
  },
  "quickfix": "unknown"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy