Overview on Secure Coding

The course introduces some common security concepts, gives an overview about the nature of the vulnerabilities regardless of the used programming languages and platforms, and explains how to handle the risks that apply regarding software security in the various phases of the software development lifecycle. Without going deeply into technical details, it highlights some of the most interesting and most aching vulnerabilities in various software development technologies, and presents the challenges of security testing, along with some techniques and tools that one can apply to find any existing problems in their code.

Audience

§ Product and line managers

§ Software developers

Course Objectives

Participants attending this course will:

§ Understand basic concepts of security, IT security and secure coding

§ Understand Web vulnerabilities both on server and client side

§ Realize the severe consequences of unsecure buffer handling

§ Be informated about some recent vulnerabilities in development environments and frameworks

§ Learn about typical coding mistakes and how to avoid them

§ Understand security testing approaches and methodologies

Prequisites

Basic software development

Outline

§ Agenda

§ IT security and secure coding

§ Security challenges of various platforms – highlights –

§ C/C++ (native code) secure coding

§ Web application security

§ Java platform security

§ Challenges of security testing

§ Secure Coding Academy