org.sonar.l10n.py.rules.python.S1523.json Maven / Gradle / Ivy
{
"title": "Dynamically executing code is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW",
"SECURITY": "HIGH"
},
"attribute": "TRUSTWORTHY"
},
"status": "deprecated",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "30min"
},
"tags": [
"deprecated"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-1523",
"sqKey": "S1523",
"scope": "Main",
"securityStandards": {
"CWE": [
95,
470
],
"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.2.4",
"5.5.4"
]
},
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy