...
Guideline | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
MSC14-J | medium | unlikely | low | P6 | L2 |
Other Languages
This guideline rule appears in the C Secure Coding Standard as MSC17-C. Finish every set of statements associated with a case label with a break statement.
This guideline rule appears in the C++ Secure Coding Standard as MSC18-CPP. Finish every set of statements associated with a case label with a break statement.
...
Search for vulnerabilities resulting from the violation of this guideline rule on the CERT website.
Bibliography
...