Application Security for Developers Training Course
Application security is a crucial component of contemporary software development, ensuring that applications are constructed to resist security threats and vulnerabilities.
This instructor-led, live training (available online or onsite) is designed for developers at an intermediate to advanced level who want to comprehend and apply secure coding practices, identify security risks within software, and implement defenses against cyber threats.
Upon completion of this training, participants will be able to:
- Comprehend common security vulnerabilities in web and software applications.
- Analyze security threats and the exploit techniques employed by attackers.
- Implement secure coding practices to mitigate security risks.
- Utilize security testing tools to identify and rectify vulnerabilities.
Format of the Course
- Interactive lecture and discussion.
- Numerous exercises and practice sessions.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request customized training for this course, please contact us to make arrangements.
Course Outline
Introduction to Application Security
- Importance of application security in modern software development
- Overview of common cyber threats and attack vectors
- Understanding security risks in web and mobile applications
Secure Software Development Lifecycle (SDLC)
- Integrating security into each phase of development
- Threat modeling and risk assessment
- Automated security testing in CI/CD pipelines
Understanding Common Security Vulnerabilities
- Introduction to OWASP Top 10 security risks
- Common coding flaws that lead to vulnerabilities
- Exploiting insecure applications (hands-on exercises with DVWA/WebGoat)
Input Validation and Secure Coding Practices
- Preventing SQL injection, cross-site scripting (XSS), and command injection
- Best practices for input sanitization and validation
- Implementing secure authentication and authorization mechanisms
Session Management and Data Protection
- Handling session security: cookies, tokens, and JWT best practices
- Data encryption techniques and secure storage
- Secure API development and protection against API abuses
Security Testing and Vulnerability Assessment
- Using OWASP ZAP and Burp Suite for security testing
- Static and dynamic application security testing (SAST/DAST)
- Penetration testing fundamentals for developers
Implementing Secure DevOps (DevSecOps)
- Security automation in DevOps workflows
- Container security and securing cloud applications
- Incident response and security monitoring
Summary and Next Steps
- Key takeaways from the course
- Resources for further learning
- Q&A and closing remarks
Requirements
- Basics of any programming language
- Experience in developing applications
Audience
- Software developers
- Application security engineers
- DevOps and security teams
Open Training Courses require 5+ participants.
Application Security for Developers Training Course - Booking
Application Security for Developers Training Course - Enquiry
Application Security for Developers - Consultancy Enquiry
Testimonials (1)
Lot's of information explained very well. Good examples, interesting exercises. Trainer showed us his real world experience.
Gergely Batho - GE Medical Systems Polska Sp. Z O.O.
Course - Application Security for Developers
Upcoming Courses
Related Courses
Applications Security Foundation
21 HoursThis course addresses the essential secure coding practices pertinent to a broad spectrum of web application developers. Participants will learn the principles of secure programming by examining specific code snippets, identifying security vulnerabilities, and implementing effective remediation strategies.
Throughout this training, you will observe demonstrations of real-world attack scenarios and learn how to counter them, thereby building confidence in enhancing the security posture of your applications.
Duration: 3 days
Target Audience: Developers seeking to deepen their expertise in secure coding.
Learning Outcomes
• Upon completion, participants will gain knowledge in:
• Web Application Security.
• Common Web Application Risks.
• Penetration Testing on Demo Web Applications.
• Data Validation.
• Authentication.
• Session Management.
• Secure SDLC.
Network Security and Secure Communication
21 HoursBuilding secure networked applications can be challenging, even for developers who have previously worked with cryptographic building blocks like encryption and digital signatures. To help participants grasp the role and application of these cryptographic primitives, this course first establishes a strong foundation on the core requirements of secure communication—such as secure acknowledgement, integrity, confidentiality, remote identification, and anonymity. It also highlights common issues that can compromise these requirements and presents practical real-world solutions.
Since cryptography is a critical component of network security, the course covers essential cryptographic algorithms, including symmetric cryptography, hashing, asymmetric cryptography, and key agreement protocols. Rather than focusing on complex mathematical theories, these concepts are explored from a developer's perspective, featuring typical use-case examples and practical considerations related to cryptographic implementation, such as Public Key Infrastructures (PKI). The course also introduces security protocols used in various areas of secure communication, providing an in-depth look at widely adopted protocol families like IPSEC and SSL/TLS.
Common cryptographic vulnerabilities are discussed, covering both specific algorithms and protocols. This includes attacks such as BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding Oracle, Lucky Thirteen, POODLE, and RSA timing attacks. For each vulnerability, the practical implications and potential consequences are explained, avoiding deep mathematical details to maintain focus on practical understanding.
Finally, given that XML technology is central to data exchange in networked applications, the course addresses XML security. This includes the use of XML within web services and SOAP messages, along with protective measures like XML Signature and XML Encryption. Additionally, it covers weaknesses in these protection mechanisms and XML-specific security issues, such as XML injection, XML External Entity (XXE) attacks, XML bombs, and XPath injection.
Participants attending this course will
- Gain an understanding of fundamental security concepts, IT security, and secure coding practices
- Comprehend the requirements for secure communication
- Learn about network attacks and defenses across different OSI layers
- Develop a practical understanding of cryptography
- Understand essential security protocols
- Recognize recent attacks targeting cryptosystems
- Gain insights into recent related vulnerabilities
- Understand security concepts within Web services
- Access resources and further readings on secure coding practices
Audience
Developers, Professionals
Application Security in the Cloud
21 HoursThe adoption of cloud technologies transforms the way applications are constructed, deployed, and managed. This shift alters the division of responsibilities between service providers and customers, while introducing cloud-native platforms—such as containers, serverless architectures, and managed services—that necessitate adapted security controls. Consequently, security strategies must encompass infrastructure hardening, identity and access management, data protection, secure development practices, and specific cloud threat vectors.
This instructor-led, live training, available online or onsite, is designed for intermediate-level developers, security engineers, and IT managers. Participants will acquire practical, hands-on skills to secure cloud applications and their underlying infrastructure. Additionally, they will learn repeatable controls and assessment techniques aligned with current industry frameworks and cloud provider guidelines.
Upon completion of this training, participants will be capable of:
- Explaining the cloud shared-responsibility model and applying it to application security decisions.
- Hardening cloud infrastructure (IaaS), securing platform services (PaaS), and evaluating SaaS configurations.
- Implementing secure coding practices and OWASP-based mitigation patterns for cloud-hosted applications.
- Integrating security tools into CI/CD pipelines (including SAST, DAST, IAST, and RASP) and adopting 'shift-left' methodologies.
Course Format
- Interactive lectures and discussions supported by live demonstrations.
- Hands-on labs utilizing cloud consoles, containers, serverless functions, and CI/CD pipelines.
- Practical exercises covering secure configuration, vulnerability scanning, attack simulation, and remediation planning.
Customization Options
- For tailored training requests, please contact us to make arrangements.
C/C++ Secure Coding
21 HoursDeveloping secure C and C++ applications demands stringent measures against malicious exploitation, memory corruption, and input validation circumvention. This course explores common vulnerability patterns such as buffer overflows, use-after-free errors, integer overflows, and type confusion. Participants will implement secure coding standards, utilize static analysis tools, and apply defensive programming strategies to mitigate weaknesses, enforce input sanitization, and produce robust software capable of withstanding cyber threats.
Advanced Java Security
21 HoursEven seasoned Java developers often do not fully master the diverse security services provided by Java, nor are they always conscious of the various vulnerabilities pertinent to web applications developed in Java.
Aside from introducing the security components of Standard Java Edition, this course addresses security concerns related to Java Enterprise Edition (JEE) and web services. The discussion of specific services builds upon the foundations of cryptography and secure communication. A range of exercises focuses on declarative and programmatic security techniques within JEE, while both transport-layer and end-to-end security for web services are explored. The application of all these components is illustrated through practical exercises, allowing participants to experiment with the discussed APIs and tools firsthand.
The course also examines and explains the most common and severe programming flaws associated with the Java language and platform, as well as web-related vulnerabilities. Beyond the typical errors made by Java developers, the covered security vulnerabilities include both language-specific issues and problems arising from the runtime environment. All vulnerabilities and their corresponding attacks are demonstrated through straightforward exercises, followed by recommended coding guidelines and potential mitigation techniques.
Participants attending this course will
- Grasp the fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and understand how to prevent them
- Comprehend the security concepts underlying web services
- Acquire skills in utilizing various security features of the Java development environment
- Develop a practical understanding of cryptography
- Understand the security solutions offered by Java EE
- Learn about typical coding mistakes and how to avoid them
- Gain insights into recent vulnerabilities within the Java framework
- Acquire practical knowledge in using security testing tools
- Obtain resources and further reading materials on secure coding practices
Audience
Developers
Combined JAVA, PHP and Web Application Security
28 HoursEven seasoned developers often fail to fully leverage the security services available within their development platforms or remain unaware of the specific vulnerabilities that threaten their projects. This course is tailored for developers working with both Java and PHP, equipping them with the critical skills needed to fortify their applications against modern internet-based threats.
The curriculum delves into the layers of Java security architecture, covering access control, authentication, authorization, secure communication protocols, and various cryptographic functions. It also introduces key APIs for enhancing PHP security, such as OpenSSL for cryptographic operations and HTML Purifier for input validation. On the server side, best practices for hardening and configuring the operating system, web containers, file systems, SQL servers, and the PHP environment itself are provided. Special attention is given to client-side security, addressing security challenges associated with JavaScript, Ajax, and HTML5.
Common web vulnerabilities are explored through examples aligned with the OWASP Top Ten, illustrating various injection attacks, script injections, session handling flaws, insecure direct object references, file upload issues, and more. The course addresses language-specific problems in Java and PHP, as well as issues arising from the runtime environment, categorizing them into standard vulnerability types such as missing or improper input validation, misused security features, incorrect error and exception handling, time- and state-related problems, code quality deficiencies, and mobile code vulnerabilities.
Participants will have the opportunity to experiment with the discussed APIs, tools, and configuration effects. Each vulnerability introduction is supported by hands-on exercises that demonstrate the impact of successful attacks, show how to fix bugs, apply mitigation techniques, and introduce the use of various extensions and tools.
Participants attending this course will
- Grasp fundamental concepts of security, IT security, and secure coding practices
- Understand web vulnerabilities beyond the OWASP Top Ten and learn how to prevent them
- Identify client-side vulnerabilities and adopt secure coding practices
- Utilize the security features inherent in the Java development environment
- Develop a practical understanding of cryptography
- Apply various security features available in PHP
- Comprehend the security concepts underlying Web services
- Gain practical experience with security testing tools
- Recognize typical coding mistakes and learn how to avoid them
- Stay informed about recent vulnerabilities in Java and PHP frameworks and libraries
- Access resources and further reading materials on secure coding practices
Audience
Developers
Standard Java Security: Secure Coding & Development Practices
14 HoursDescription
Although the Java language and the Runtime Environment (JRE) were designed to be free from the most problematic common security vulnerabilities experienced in other languages, like C/C++, software developers and architects must do more than just use the various security features of the Java environment (positive security). They must also be aware of the numerous vulnerabilities that are still relevant for Java development (negative security).
The introduction of security services is preceded by a brief overview of the foundations of cryptography, providing a common baseline for understanding the purpose and the operation of the applicable components. The use of these components is presented through several practical exercises, where participants can try out the discussed APIs for themselves.
The course also goes through and explains the most frequent and severe programming flaws of the Java language and platform, covering both the typical bugs committed by Java programmers and the language- and environment-specific issues. All vulnerabilities and the relevant attacks are demonstrated through easy-to-understand exercises, followed by the recommended coding guidelines and the possible mitigation techniques.
Participants attending this course will
- Understand basic concepts of security, IT security and secure coding
- Learn Web vulnerabilities beyond OWASP Top Ten and know how to avoid them
- Learn to use various security features of the Java development environment
- Have a practical understanding of cryptography
- Learn about typical coding mistakes and how to avoid them
- Get information about some recent vulnerabilities in the Java framework
- Get sources and further readings on secure coding practices
Audience
Developers
.NET, C# and ASP.NET Security Development
14 HoursToday, numerous programming languages enable code compilation for the .NET and ASP.NET frameworks. While this environment offers robust security development capabilities, developers must master architecture-level and coding-level techniques to implement desired security features, avoid vulnerabilities, and limit their potential exploitation.
This course aims to equip developers with practical skills through extensive hands-on exercises. Participants will learn to prevent untrusted code from executing privileged actions, safeguard resources using strong authentication and authorization mechanisms, manage remote procedure calls and sessions, and explore various implementation strategies for enhanced security.
The course begins by introducing various vulnerabilities, starting with common programming pitfalls in .NET. It then examines ASP.NET-specific vulnerabilities, including the impact of different environment settings. Furthermore, the discussion covers general web application security challenges alongside specialized issues and attack vectors, such as ViewState manipulation and string termination attacks.
Participants attending this course will
- Grasp the fundamental concepts of security, IT security, and secure coding principles
- Identify web vulnerabilities beyond the OWASP Top Ten and understand prevention strategies
- Utilize the security features available in the .NET development environment
- Acquire practical expertise in employing security testing tools
- Recognize typical coding errors and learn how to sidestep them
- Gain insights into recent vulnerabilities affecting .NET and ASP.NET
- Access resources and further reading materials on secure coding practices
Audience
Developers
Secure coding in PHP
21 HoursThis course equips PHP developers with the vital skills needed to build applications that are resilient against modern internet-based threats. It explores web vulnerabilities through practical PHP examples, going beyond the OWASP Top Ten to cover a wide range of injection attacks, script injections, session handling weaknesses, insecure direct object references, file upload flaws, and more. PHP-specific vulnerabilities are categorized into common vulnerability types such as inadequate input validation, improper error and exception handling, misuse of security features, and time- and state-related issues. For the latter, we examine attacks such as open_basedir circumvention, denial-of-service via magic floats, and hash table collision attacks. Throughout, participants will learn the key techniques and functions required to mitigate these risks.
A significant emphasis is placed on client-side security, addressing issues related to JavaScript, Ajax, and HTML5. The course introduces essential PHP security extensions like Hash, Mcrypt, and OpenSSL for cryptography, as well as Ctype, ext/filter, and HTML Purifier for robust input validation. Comprehensive hardening best practices are provided for PHP configuration (including php.ini settings), Apache, and the server environment at large. Additionally, an overview of various security testing tools and methodologies is offered for developers and testers, including security scanners, penetration testing tools, exploit kits, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both the theoretical introduction of vulnerabilities and the configuration best practices are reinforced with numerous hands-on exercises. These demonstrate the real-world impact of successful attacks, illustrate how to apply mitigation strategies, and provide practical experience with various extensions and tools.
Participants attending this course will
- Gain a solid understanding of fundamental security concepts, IT security, and secure coding principles
- Learn about web vulnerabilities beyond the OWASP Top Ten and understand how to prevent them
- Explore client-side vulnerabilities and adopt secure coding practices
- Develop a practical understanding of cryptography
- Learn how to leverage various built-in security features of PHP
- Identify common coding mistakes and learn how to avoid them
- Stay informed about the latest vulnerabilities affecting the PHP framework
- Acquire practical skills in using security testing tools
- Receive curated resources and further reading materials on secure coding practices
Audience
Developers
Microsoft SDL Core
14 HoursThis comprehensive SDL core training provides an in-depth look at secure software design, development, and testing methodologies through the Microsoft Secure Development Lifecycle (SDL). It begins with a level 100 overview of the fundamental building blocks of SDL, followed by design techniques aimed at detecting and resolving flaws during the early stages of the development process.
Focusing on the development phase, the course outlines typical security-related programming bugs found in both managed and native code. It presents attack vectors for the discussed vulnerabilities alongside associated mitigation techniques, all explained through a series of hands-on exercises that offer participants engaging, live hacking experiences. The introduction to various security testing methods is followed by a demonstration of the effectiveness of different testing tools. Participants gain a practical understanding of these tools by applying them to previously discussed vulnerable code in numerous practical exercises.
Participants attending this course will
Understand the fundamental concepts of security, IT security, and secure coding
Become familiar with the essential steps of the Microsoft Secure Development Lifecycle
Learn secure design and development practices
Learn about secure implementation principles
Understand security testing methodologies
- Access sources and further readings on secure coding practices
Audience
Developers, Managers
DevOps Security: Creating a DevOps Security Strategy
7 HoursIn this instructor-led live course in India, participants will learn how to formulate a robust security strategy to address DevOps security challenges.
EC-Council Certified DevSecOps Engineer (ECDE)
28 HoursThe EC-Council Certified DevSecOps Engineer (ECDE) is a practical course tailored to empower professionals with the expertise to embed security throughout the DevOps lifecycle, thereby facilitating secure software development from the initial planning stages to final deployment.
This instructor-led, live training session (available online or onsite) targets intermediate-level software engineers and DevOps specialists aiming to integrate security protocols into CI/CD pipelines, ensuring the delivery of secure and compliant code.
Upon completing this training, participants will be capable of:
- Comprehending the core principles and practices of DevSecOps.
- Securing each phase of the CI/CD pipeline through the use of automated tools.
- Applying secure coding standards and performing vulnerability scanning.
- Preparing for the ECDE certification via practical labs and review sessions.
Course Format
- Interactive lectures and discussions.
- Hands-on engagement with DevSecOps tools within simulated pipelines.
- Guided exercises emphasizing secure development and deployment strategies.
Customization Options
- For teams wishing to customize this training based on specific workflows or toolchains, please contact us to make arrangements.
How to Write Secure Code
35 HoursThis course aims to assist with the following:
- Helping developers master the techniques for writing secure code.
- Assisting software testers in evaluating application security before deployment to production environments.
- Helping software architects comprehend the risks associated with their applications.
- Supporting team leaders in establishing security baselines for developers.
- Guiding webmasters in configuring servers to prevent misconfigurations.
Secure Developer Java (Inc OWASP)
21 HoursThis course explores secure coding principles and practices for Java, utilizing the testing methodology of the Open Web Application Security Project (OWASP). OWASP is a vibrant online community dedicated to producing freely accessible articles, methodologies, documentation, tools, and technologies focused on web application security.
Secure Developer .NET (Inc OWASP)
21 HoursThis course delves into secure coding concepts and principles using ASP.NET, guided by the testing methodologies of the Open Web Application Security Project (OWASP). OWASP is an active online community that provides freely available articles, methodologies, documentation, tools, and technologies focused on web application security.
The course explores the security features of the .NET Framework and demonstrates how to safeguard web applications effectively.