...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
ERR51-CPP | Low | Probable | Medium | P4 | L3 |
Automated Detection
Tool | Version | Checker | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Astrée |
| main-function-catch-all early-catch-all | Partially checked | |||||||||
Axivion Bauhaus Suite |
| CertC++-ERR51 | ||||||||||
CodeSonar |
| LANG.STRUCT.UCTCH | Unreachable Catch | |||||||||
Helix QAC |
| C++4035, C++4036, C++4037 | ||||||||||
Klocwork |
| MISRA.CATCH.ALL | ||||||||||
LDRA tool suite |
| 527 S | Partially implemented | |||||||||
Parasoft C/C++test |
| EXCEPT-13 | CERT_CPP-ERR51-a | Always catch exceptions | ||||||||
Polyspace Bug Finder |
| CERT C++: ERR51-CPP | Checks for unhandled exceptions (rule partially covered) | |||||||||
RuleChecker |
| main-function-catch-all early-catch-all | Partially checked | PRQA QA-C++ | 4.1 | 4035, 4036, 4037 |
Related Vulnerabilities
Search for other vulnerabilities resulting from the violation of this rule on the CERT website.
...