...
Guideline | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
INT02-J | low | unlikely | high | P1 | L3 |
Other Languages
This rule guideline appears in the C Secure Coding Standard as INT10-C. Do not assume a positive remainder when using the % operator.
This rule guideline appears in the C++ Secure Coding Standard as INT10-CPP. Do not assume a positive remainder when using the % operator,
...