Recommendations
FLP00-AC. Understand the limitations of floating point numbers
FLP01-AC. Take care in rearranging floating point expressions
FLP02-AC. Consider avoiding floating point numbers when precise computation is needed
FLP03-AC. Detect and handle floating point errors
...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
|---|---|---|---|---|---|
FLP00-A C | medium | probable | high | P4 | L3 |
FLP01-A C | low | probable | high | P2 | L3 |
FLP02-A C | low | probable | high | P2 | L3 |
FLP03-A C | low | probable | high | P2 | L3 |
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
|---|---|---|---|---|---|
FLP30-C | low | probable | low | P6 | L2 |
FLP31-C | low | probable | medium | P4 | L3 |
FLP32-C | medium | probable | medium | P8 | L2 |
FLP33-C | low | probable | low | P6 | L2 |
FLP34-C | low | unlikely | low | P3 | L3 |
...
INT35-C. Evaluate integer expressions in a larger size before comparing or assigning to that size 04. Integers (INT) FLP00-AC. Understand the limitations of floating point numbers