...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
|---|---|---|---|---|---|
FLP30-C | 1 (low) | 1 (unlikely) | 3 (low) | P3 | L3 |
FLP31-C | 1 (low) | 2 (probable) | 1 (high) | P2 | L3 |
FLP32-C | 2 (medium) | 2 (probable) | 2 (medium) | P8 | L2 |
FLP33-C | 1 (low) | 2 (probable) | 3 (low) | P6 | L2 |
FLP34-C | 1 (low) | 1 (unlikely) | 3 (low) | P3 | L3 |
...
INT34INT36-C. Arguments to character handling functions must be representable as an unsigned charDo not shift a negative number of bits or more bits than exist in the operand 04. Integers (INT)