org.sonar.l10n.javascript.rules.javascript.S5443.json Maven / Gradle / Ivy
{
"title": "Using publicly writable directories is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"SECURITY": "HIGH"
},
"attribute": "COMPLETE"
},
"status": "ready",
"tags": [
"cwe"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-5443",
"sqKey": "S5443",
"scope": "Main",
"securityStandards": {
"CWE": [
377,
379
],
"OWASP": [
"A5",
"A3"
],
"OWASP Top 10 2021": [
"A1"
],
"PCI DSS 3.2": [
"6.5.8"
],
"PCI DSS 4.0": [
"6.2.4"
],
"STIG ASD_V5R3": [
"V-222567"
]
},
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}