org.sonar.l10n.javascript.rules.javascript.S6317.json Maven / Gradle / Ivy
{
"title": "AWS IAM policies should not allow privilege escalation",
"type": "VULNERABILITY",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "60min"
},
"tags": [
"cwe",
"aws"
],
"securityStandards": {
"CWE": [
269
],
"PCI DSS 3.2": [
"6.5.8"
],
"PCI DSS 4.0": [
"6.2.4"
]
},
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-6317",
"sqKey": "S6317",
"scope": "All",
"quickfix": "unknown",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}