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

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

There is a newer version: 4.23.0.17664
Show newest version
{
  "title": "Creating cookies without the \"secure\" flag is security-sensitive",
  "type": "SECURITY_HOTSPOT",
  "code": {
    "impacts": {
      "SECURITY": "LOW"
    },
    "attribute": "COMPLETE"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "5min"
  },
  "tags": [
    "cwe",
    "privacy",
    "fastapi",
    "django",
    "flask"
  ],
  "defaultSeverity": "Minor",
  "ruleSpecification": "RSPEC-2092",
  "sqKey": "S2092",
  "scope": "Main",
  "securityStandards": {
    "CWE": [
      614,
      311,
      315
    ],
    "OWASP": [
      "A3"
    ],
    "OWASP Top 10 2021": [
      "A4",
      "A5"
    ],
    "PCI DSS 3.2": [
      "6.5.10"
    ],
    "PCI DSS 4.0": [
      "6.2.4"
    ],
    "ASVS 4.0": [
      "3.4.1",
      "6.1.1",
      "6.1.2",
      "6.1.3"
    ],
    "STIG ASD_V5R3": [
      "V-222576"
    ]
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy