org.sonar.l10n.py.rules.python.S3752.json Maven / Gradle / Ivy
{
"title": "Allowing both safe and unsafe HTTP methods is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"SECURITY": "LOW"
},
"attribute": "COMPLETE"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"cwe",
"flask",
"django"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-3752",
"sqKey": "S3752",
"scope": "Main",
"securityStandards": {
"CWE": [
352
],
"OWASP": [
"A5"
],
"OWASP Top 10 2021": [
"A1",
"A4"
],
"PCI DSS 3.2": [
"6.5.8"
],
"PCI DSS 4.0": [
"6.2.4"
],
"ASVS 4.0": [
"13.2.3",
"4.2.2"
]
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy