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

org.sonar.plugins.csharp.S5344.json Maven / Gradle / Ivy

There is a newer version: 10.2.0.105762
Show newest version
{
  "title": "Passwords should not be stored in plaintext or with a fast hashing algorithm",
  "type": "VULNERABILITY",
  "code": {
    "impacts": {
      "SECURITY": "HIGH"
    },
    "attribute": "TRUSTWORTHY"
  },
  "status": "ready",
  "remediation": {
    "func": "Constant\/Issue",
    "constantCost": "30min"
  },
  "tags": [
    "cwe",
    "spring"
  ],
  "defaultSeverity": "Critical",
  "ruleSpecification": "RSPEC-5344",
  "sqKey": "S5344",
  "scope": "Main",
  "securityStandards": {
    "CWE": [
      256,
      916
    ],
    "OWASP": [
      "A3"
    ],
    "OWASP Top 10 2021": [
      "A2",
      "A4"
    ],
    "PCI DSS 3.2": [
      "6.5.3"
    ],
    "PCI DSS 4.0": [
      "6.2.4"
    ],
    "ASVS 4.0": [
      "2.10.3",
      "2.4.1",
      "2.4.2",
      "2.4.3",
      "2.4.4",
      "2.4.5"
    ],
    "STIG ASD_V5R3": [
      "V-222542"
    ]
  },
  "quickfix": "unknown"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy