...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
|---|---|---|---|---|---|
ERR54-CPP | Medium | Likely | Low | P18 | L1 |
Automated Detection
Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Axivion Bauhaus Suite |
| CertC++-ERR54 | |||||||
| Clang |
| -Wexceptions | |||||||
| CP1.ERR36 | Fully implemented | |||||||
| Klocwork |
| MISRA.CATCH.NOALL MISRA.CATCH.WRONGORD | |||||||
| LDRA tool suite |
| 541 S, 556 S | Fully implemented | ||||||
| Parasoft C/C++test |
| CERT_CPP-ERR54-a | Where multiple handlers are provided in a single try-catch statement or function-try-block for a derived class and some or all of its bases, the handlers shall be ordered most-derived to base class EXCEPT-17 | ||||||
| PRQA QA-C++ |
| 4030, 4639 | |||||||
| PVS-Studio |
| V759 | |||||||
| SonarQube C/C++ Plugin |
| S1045 |
Related Vulnerabilities
Search for other vulnerabilities resulting from the violation of this rule on the CERT website.
...