...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
| medium | likely | low | P6 | L2 |
Automated Detection
Unknown
Other Languages
This rule appears in the C ++ Secure Coding Standard as MSC18MSC17-CPPC. Finish every set of statements associated with a case label with a break statement.
This rule appears in the C++ Secure Coding Standard as MSC18-CPP and MSC17-C. Finish every set of statements associated with a case label with a break statement.
...