org.sonar.l10n.py.rules.python.S2245.json Maven / Gradle / Ivy
{
"title": "Using pseudorandom number generators (PRNGs) is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"SECURITY": "HIGH"
},
"attribute": "TRUSTWORTHY"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"cwe"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-2245",
"sqKey": "S2245",
"scope": "Main",
"securityStandards": {
"CWE": [
326,
330,
338,
1241
],
"OWASP": [
"A3"
],
"OWASP Mobile": [
"M5"
],
"MASVS": [
"MSTG-CRYPTO-6"
],
"OWASP Top 10 2021": [
"A2"
],
"ASVS 4.0": [
"6.2.4"
]
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy