org.sonar.plugins.csharp.S2053.json Maven / Gradle / Ivy
{
"title": "Password hashing functions should use an unpredictable salt",
"type": "VULNERABILITY",
"code": {
"impacts": {
"SECURITY": "HIGH"
},
"attribute": "TRUSTWORTHY"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "30min"
},
"tags": [
"cwe"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-2053",
"sqKey": "S2053",
"scope": "Main",
"securityStandards": {
"CWE": [
759,
760
],
"OWASP": [
"A3"
],
"OWASP Top 10 2021": [
"A2"
],
"PCI DSS 3.2": [
"6.5.10"
],
"PCI DSS 4.0": [
"6.2.4"
],
"STIG ASD_V5R3": [
"V-222542"
]
},
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy