51 lines
774 B
JSON
51 lines
774 B
JSON
{
|
|
"title": "Cryptographic keys should be robust",
|
|
"type": "VULNERABILITY",
|
|
"code": {
|
|
"impacts": {
|
|
"SECURITY": "HIGH"
|
|
},
|
|
"attribute": "TRUSTWORTHY"
|
|
},
|
|
"status": "ready",
|
|
"remediation": {
|
|
"func": "Constant\/Issue",
|
|
"constantCost": "2min"
|
|
},
|
|
"tags": [
|
|
"cwe",
|
|
"privacy"
|
|
],
|
|
"extra": {
|
|
"replacementRules": [
|
|
|
|
],
|
|
"legacyKeys": [
|
|
|
|
]
|
|
},
|
|
"defaultSeverity": "Critical",
|
|
"ruleSpecification": "RSPEC-4426",
|
|
"sqKey": "S4426",
|
|
"scope": "Main",
|
|
"securityStandards": {
|
|
"CWE": [
|
|
326
|
|
],
|
|
"OWASP": [
|
|
"A3",
|
|
"A6"
|
|
],
|
|
"OWASP Top 10 2021": [
|
|
"A2"
|
|
],
|
|
"ASVS 4.0": [
|
|
"6.2.3"
|
|
]
|
|
},
|
|
"defaultQualityProfiles": [
|
|
"Sonar way"
|
|
],
|
|
"quickfix": "unknown"
|
|
}
|