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

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

The newest version!
{
  "title": "Using slow regular expressions is security-sensitive",
  "type": "SECURITY_HOTSPOT",
  "code": {
    "impacts": {
      "SECURITY": "HIGH"
    },
    "attribute": "EFFICIENT"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "30min"
  },
  "tags": [
    "cwe",
    "regex"
  ],
  "defaultSeverity": "Critical",
  "ruleSpecification": "RSPEC-5852",
  "sqKey": "S5852",
  "scope": "All",
  "securityStandards": {
    "CWE": [
      400,
      1333
    ],
    "OWASP": [
      "A1"
    ],
    "ASVS 4.0": [
      "12.1.1"
    ]
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy