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

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

There is a newer version: 10.2.0.105762
Show newest version
{
  "title": "Formatting SQL queries is security-sensitive",
  "type": "SECURITY_HOTSPOT",
  "code": {
    "impacts": {
      "MAINTAINABILITY": "LOW",
      "SECURITY": "MEDIUM"
    },
    "attribute": "COMPLETE"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "20min"
  },
  "tags": [
    "cwe",
    "bad-practice",
    "sql"
  ],
  "defaultSeverity": "Major",
  "ruleSpecification": "RSPEC-2077",
  "sqKey": "S2077",
  "scope": "Main",
  "securityStandards": {
    "CWE": [
      20,
      89
    ],
    "OWASP": [
      "A1"
    ],
    "OWASP Top 10 2021": [
      "A3"
    ],
    "PCI DSS 3.2": [
      "6.5.1"
    ],
    "PCI DSS 4.0": [
      "6.2.4"
    ],
    "ASVS 4.0": [
      "5.1.3",
      "5.1.4",
      "5.3.4",
      "5.3.5"
    ]
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy