org.sonar.l10n.py.rules.python.S6709.json Maven / Gradle / Ivy
{
"title": "Results that depend on random number generation should be reproducible",
"type": "CODE_SMELL",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"numpy",
"data-science",
"scientific-computing"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6709",
"sqKey": "S6709",
"scope": "All",
"securityStandards": {
"STIG ASD_V5R3": [
"V-222642"
]
},
"quickfix": "unknown",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM",
"RELIABILITY": "MEDIUM",
"SECURITY": "LOW"
},
"attribute": "CONVENTIONAL"
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy