org.sonar.l10n.py.rules.python.S4426.json Maven / Gradle / Ivy
{
"title": "Cryptographic key generation should be based on strong parameters",
"type": "VULNERABILITY",
"code": {
"impacts": {
"SECURITY": "HIGH"
},
"attribute": "TRUSTWORTHY"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"
},
"tags": [
"cwe",
"privacy"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-4426",
"sqKey": "S4426",
"scope": "Main",
"securityStandards": {
"CWE": [
326
],
"OWASP": [
"A3",
"A6"
],
"OWASP Mobile": [
"M5"
],
"MASVS": [
"MSTG-CRYPTO-3"
],
"OWASP Top 10 2021": [
"A2"
],
"ASVS 4.0": [
"6.2.3"
]
},
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy