org.sonar.l10n.py.rules.python.S4721.json Maven / Gradle / Ivy
{
"title": "Using shell interpreter when executing OS commands is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"SECURITY": "MEDIUM"
},
"attribute": "TRUSTWORTHY"
},
"status": "deprecated",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "30min"
},
"tags": [
"deprecated"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-4721",
"sqKey": "S4721",
"scope": "Main",
"securityStandards": {
"CWE": [
78
],
"OWASP": [
"A1"
],
"OWASP Top 10 2021": [
"A3"
],
"ASVS 4.0": [
"12.3.5",
"5.3.8"
]
},
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy