org.sonar.l10n.javascript.rules.javascript.S5730.json Maven / Gradle / Ivy
{
"title": "Allowing mixed-content is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"SECURITY": "LOW"
},
"attribute": "COMPLETE"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "60min"
},
"tags": [
"express.js"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-5730",
"sqKey": "S5730",
"scope": "Main",
"securityStandards": {
"OWASP": [
"A3"
],
"OWASP Top 10 2021": [
"A5"
]
},
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}