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

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

There is a newer version: 10.17.0.28100
Show newest version
{
  "title": "Server certificates should be verified during SSL\/TLS connections",
  "type": "VULNERABILITY",
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "5min"
  },
  "tags": [
    "cwe",
    "privacy",
    "ssl"
  ],
  "defaultSeverity": "Critical",
  "ruleSpecification": "RSPEC-4830",
  "sqKey": "S4830",
  "scope": "Main",
  "securityStandards": {
    "CWE": [
      295
    ],
    "OWASP": [
      "A6",
      "A3"
    ],
    "OWASP Mobile": [
      "M3"
    ],
    "MASVS": [
      "MSTG-NETWORK-3"
    ],
    "OWASP Top 10 2021": [
      "A2",
      "A5",
      "A7"
    ],
    "PCI DSS 3.2": [
      "4.1",
      "6.5.4",
      "6.5.10"
    ],
    "PCI DSS 4.0": [
      "4.2.1",
      "6.2.4"
    ],
    "ASVS 4.0": [
      "1.9.2",
      "9.2.1"
    ]
  },
  "quickfix": "unknown",
  "compatibleLanguages": [
    "JAVASCRIPT",
    "TYPESCRIPT"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy