org.sonar.l10n.javascript.rules.javascript.S5542.json Maven / Gradle / Ivy
{
"title": "Encryption algorithms should be used with secure mode and padding scheme",
"type": "VULNERABILITY",
"code": {
"impacts": {
"SECURITY": "HIGH"
},
"attribute": "TRUSTWORTHY"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "20min"
},
"tags": [
"cwe",
"privacy"
],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-5542",
"sqKey": "S5542",
"scope": "Main",
"securityStandards": {
"CWE": [
327,
780
],
"OWASP": [
"A6",
"A3"
],
"OWASP Mobile": [
"M5"
],
"MASVS": [
"MSTG-CRYPTO-3"
],
"OWASP Top 10 2021": [
"A2"
],
"PCI DSS 3.2": [
"4.1",
"6.5.3",
"6.5.4"
],
"PCI DSS 4.0": [
"4.2.1",
"6.2.4"
],
"ASVS 4.0": [
"2.9.3",
"6.2.2",
"8.3.7"
]
},
"quickfix": "unknown",
"compatibleLanguages": [
"JAVASCRIPT",
"TYPESCRIPT"
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy