org.sonar.l10n.javascript.rules.javascript.S6268.json Maven / Gradle / Ivy
{
"title": "Disabling Angular built-in sanitization is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"SECURITY": "HIGH"
},
"attribute": "CONVENTIONAL"
},
"status": "ready",
"tags": [
"cwe"
],
"defaultSeverity": "Blocker",
"ruleSpecification": "RSPEC-6268",
"sqKey": "S6268",
"scope": "Main",
"securityStandards": {
"CWE": [
79
],
"OWASP": [
"A7"
],
"OWASP Top 10 2021": [
"A3"
],
"PCI DSS 3.2": [
"6.5.7"
],
"PCI DSS 4.0": [
"6.2.4"
],
"ASVS 4.0": [
"5.3.3"
]
},
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}