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

org.sonar.l10n.py.rules.python.S4721.json Maven / Gradle / Ivy

There is a newer version: 4.23.0.17664
Show newest version
{
  "title": "Using shell interpreter when executing OS commands is security-sensitive",
  "type": "SECURITY_HOTSPOT",
  "code": {
    "impacts": {
      "SECURITY": "MEDIUM"
    },
    "attribute": "TRUSTWORTHY"
  },
  "status": "deprecated",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "30min"
  },
  "tags": [
    "deprecated"
  ],
  "defaultSeverity": "Major",
  "ruleSpecification": "RSPEC-4721",
  "sqKey": "S4721",
  "scope": "Main",
  "securityStandards": {
    "CWE": [
      78
    ],
    "OWASP": [
      "A1"
    ],
    "OWASP Top 10 2021": [
      "A3"
    ],
    "ASVS 4.0": [
      "12.3.5",
      "5.3.8"
    ]
  },
  "quickfix": "unknown"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy