org.sonar.l10n.javascript.rules.javascript.S4502.json Maven / Gradle / Ivy
{
"title": "Disabling CSRF protections is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"SECURITY": "HIGH"
},
"attribute": "CONVENTIONAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"cwe",
"express.js"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-4502",
"sqKey": "S4502",
"scope": "Main",
"securityStandards": {
"CWE": [
352
],
"OWASP": [
"A6"
],
"OWASP Top 10 2021": [
"A1"
],
"PCI DSS 3.2": [
"6.5.9"
],
"PCI DSS 4.0": [
"6.2.4"
],
"ASVS 4.0": [
"13.2.3",
"4.2.2"
]
},
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy