org.sonar.l10n.py.rules.python.S6785.json Maven / Gradle / Ivy
{
"title": "GraphQL queries should not be vulnerable to Denial of Service attacks",
"type": "VULNERABILITY",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "1d"
},
"tags": [
"graphql",
"denial-of-service"
],
"securityStandards": {
"CWE": [
770
],
"OWASP": [
"A6"
],
"OWASP Top 10 2021": [
"A4",
"A5"
],
"PCI DSS 3.2": [
"6.5"
],
"PCI DSS 4.0": [
"6.2.4"
],
"ASVS 4.0": [
"13.4.1"
],
"STIG ASD_V5R3": [
"V-222667"
]
},
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6785",
"sqKey": "S6785",
"scope": "All",
"quickfix": "unknown",
"code": {
"impacts": {
"SECURITY": "HIGH"
},
"attribute": "COMPLETE"
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy