 
                            ...
Understanding the data model used by your implementation is necessary to avoid making errors about the sizes of integer types and the range of values that they can represent. Making assumptions about the sizes of data types may lead to buffer overflow style attacks.
| Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level | 
|---|---|---|---|---|---|
| INT00-A | low high | unlikely | high | P1 P3 | L3 | 
Related Vulnerabilities
...