org.sonar.l10n.py.rules.python.S2077.json Maven / Gradle / Ivy
{
"title": "Formatting SQL queries is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW",
"SECURITY": "MEDIUM"
},
"attribute": "COMPLETE"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "20min"
},
"tags": [
"cwe",
"bad-practice",
"sql"
],
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-2077",
"sqKey": "S2077",
"scope": "Main",
"securityStandards": {
"CWE": [
20,
89
],
"OWASP": [
"A1"
],
"OWASP Top 10 2021": [
"A3"
],
"PCI DSS 3.2": [
"6.5.1"
],
"PCI DSS 4.0": [
"6.2.4"
],
"ASVS 4.0": [
"5.1.3",
"5.1.4",
"5.3.4",
"5.3.5"
]
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy