...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
MSC20-C | medium | probable | medium | P8 | L2 |
Related Guidelines
CERT C++ Secure Coding Standard: MSC20-CPP. Do not use a switch statement to transfer control into a complex block
...
...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
MSC20-C | medium | probable | medium | P8 | L2 |
CERT C++ Secure Coding Standard: MSC20-CPP. Do not use a switch statement to transfer control into a complex block
...