Secure Coding Best Practices
Offered By: CppNow via YouTube
Course Description
Overview
Explore secure coding best practices in C++ with this comprehensive conference talk from C++Now 2018. Delve into the critical importance of writing secure code in an increasingly vulnerable digital landscape. Learn why traditional security measures often fall short and how even a single line of code can become a potential attack vector. Examine real-world code samples to identify hidden vulnerabilities and discover effective techniques for correcting them. Gain insights into balancing security with performance, making informed trade-offs, and integrating security considerations from the earliest stages of design. Benefit from Matthew Butler's extensive experience in developing systems for network security, law enforcement, and military applications across various hardware platforms. Equip yourself with the knowledge to write more secure C++ code, whether you're working on kernel, application, or library development facing real-world threats.
Syllabus
C++Now 2018: Matthew Butler “Secure Coding Best Practices”
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube