...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
FLP02-C | low | probable | high | P2 | L3 |
Automated Detection
Compass/ROSE could detect violations of this rule simply by reporting any comparisons on floating point numbers. (Comparing two floating-point numbers should be done with more sophisticated code than a simple ==
or <=
.)
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...