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

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

There is a newer version: 4.23.0.17664
Show newest version
{
  "title": "Setting loose POSIX file permissions is security-sensitive",
  "type": "SECURITY_HOTSPOT",
  "code": {
    "impacts": {
      "SECURITY": "MEDIUM"
    },
    "attribute": "CONVENTIONAL"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "5min"
  },
  "tags": [
    "cwe"
  ],
  "defaultSeverity": "Major",
  "ruleSpecification": "RSPEC-2612",
  "sqKey": "S2612",
  "scope": "Main",
  "securityStandards": {
    "CWE": [
      732,
      266
    ],
    "OWASP": [
      "A5"
    ],
    "OWASP Top 10 2021": [
      "A1",
      "A4"
    ],
    "PCI DSS 3.2": [
      "6.5.8"
    ],
    "PCI DSS 4.0": [
      "6.2.4"
    ],
    "ASVS 4.0": [
      "4.3.3"
    ],
    "STIG ASD_V5R3": [
      "V-222430"
    ]
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy