org.sonar.l10n.javascript.rules.javascript.S5852.json Maven / Gradle / Ivy
{
"title": "Using slow regular expressions is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"SECURITY": "HIGH"
},
"attribute": "EFFICIENT"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "30min"
},
"tags": [
"cwe",
"regex",
"type-dependent"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-5852",
"sqKey": "S5852",
"scope": "Main",
"securityStandards": {
"CWE": [
400,
1333
],
"OWASP": [
"A1"
],
"ASVS 4.0": [
"12.1.1"
]
},
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}