COD 349 - Testing for Integer Overflow or Wraparound (CWE-190)
Course Details
Course Number: COD 349
Course Duration: 15 minutes
Course CPE Credits: .3
Related Learning Paths
Related Subject Matter
Foreign Languages Available:
- English
Course Overview
In this course, you will learn how to identify and mitigate CWE-190: Testing for Integer Overflow or Wraparound.
Topics include:
- Impact of integer overflows
- Techniques for finding integer overflow issues through code review and testing
- Secure coding best practices to prevent integer overflow attacks
- Technology and platform-specific weaknesses where applicable