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

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

There is a newer version: 10.17.0.28100
Show newest version
{
  "title": "JWT should be signed and verified with strong cipher algorithms",
  "type": "VULNERABILITY",
  "code": {
    "impacts": {
      "SECURITY": "HIGH"
    },
    "attribute": "TRUSTWORTHY"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "30min"
  },
  "tags": [
    "cwe",
    "privacy"
  ],
  "defaultSeverity": "Critical",
  "ruleSpecification": "RSPEC-5659",
  "sqKey": "S5659",
  "scope": "Main",
  "securityStandards": {
    "CWE": [
      347
    ],
    "OWASP": [
      "A3"
    ],
    "OWASP Top 10 2021": [
      "A2"
    ],
    "PCI DSS 3.2": [
      "6.5.10"
    ],
    "PCI DSS 4.0": [
      "6.2.4"
    ]
  },
  "quickfix": "unknown",
  "compatibleLanguages": [
    "JAVASCRIPT",
    "TYPESCRIPT"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy