org.sonar.l10n.py.rules.python.S2257.json Maven / Gradle / Ivy
{
"title": "Using non-standard cryptographic algorithms is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"SECURITY": "HIGH"
},
"attribute": "TRUSTWORTHY"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "1d"
},
"tags": [
"cwe",
"bad-practice"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-2257",
"sqKey": "S2257",
"scope": "Main",
"securityStandards": {
"CWE": [
327
],
"OWASP": [
"A3"
],
"OWASP Top 10 2021": [
"A2"
],
"ASVS 4.0": [
"2.9.3",
"6.2.2",
"8.3.7"
]
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy