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

org.sonar.l10n.javascript.rules.javascript.S5876.json Maven / Gradle / Ivy

There is a newer version: 10.17.0.28100
Show newest version
{
  "title": "A new session should be created during user authentication",
  "type": "VULNERABILITY",
  "code": {
    "impacts": {
      "SECURITY": "HIGH"
    },
    "attribute": "CONVENTIONAL"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "5min"
  },
  "tags": [
    "cwe"
  ],
  "defaultSeverity": "Critical",
  "ruleSpecification": "RSPEC-5876",
  "sqKey": "S5876",
  "scope": "Main",
  "securityStandards": {
    "CWE": [
      384
    ],
    "OWASP": [
      "A2"
    ],
    "OWASP Top 10 2021": [
      "A7"
    ],
    "PCI DSS 3.2": [
      "6.5.10"
    ],
    "PCI DSS 4.0": [
      "6.2.4"
    ],
    "ASVS 4.0": [
      "3.2.1"
    ],
    "STIG ASD_V5R3": [
      "V-222579",
      "V-222582"
    ]
  },
  "quickfix": "unknown",
  "compatibleLanguages": [
    "JAVASCRIPT",
    "TYPESCRIPT"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy