...
This 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.
References
...
MSC16-C. Consider encrypting function pointers 49. Miscellaneous (MSC) MSC18-C. Be careful while handling sensitive data (passwords, etc.) in program