org.sonar.plugins.csharp.S2486.json Maven / Gradle / Ivy
{
"title": "Generic exceptions should not be ignored",
"type": "CODE_SMELL",
"code": {
"impacts": {
"MAINTAINABILITY": "LOW"
},
"attribute": "CLEAR"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "1h"
},
"tags": [
"cwe",
"error-handling",
"suspicious"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-2486",
"sqKey": "S2486",
"scope": "Main",
"securityStandards": {
"CWE": [
390
],
"OWASP": [
"A10"
],
"OWASP Top 10 2021": [
"A9"
],
"PCI DSS 3.2": [
"6.5.5",
"10.1",
"10.2",
"10.3"
],
"PCI DSS 4.0": [
"6.2.4",
"10.2"
],
"ASVS 4.0": [
"11.1.8"
]
},
"quickfix": "unknown"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy