COD 386 - Preventing Integer Overflows in Java Code
Course Details
Course Number: COD 386
Course Duration: 8 minutes
Course CPE Credits: .25
NICE Specialty Areas
Related Subject Matter
Foreign Languages Available:
- English
Course Overview
This secure coding course describes ways to write code to identify and mitigate risks from integer overflows.
Topics Include:
- Common Integer Overflow security risks and prevention methods
- Precondition Testing, Upcasting, and BigInteger Objects
- Google Guava
- Common Integer Overflow Pitfalls