Showing 3493–3504 of 4482 results

Secure Coding Practices in Java Applications (Java SE 11 Developer Certification 1Z0-819)
This course will teach you the basics of secure coding in Java necessary to pass the Java 11 Software Developer Certification Exam.

Secure Coding with C#
This course will teach secure coding practices while using .NET 6.0 and C#, using OWASP recommended security best practices.

Secure Coding: Identifying and Mitigating XML External Entity (XXE) Vulnerabilities
This course will teach you what XML External Entity vulnerabilities are, how they are exploited, how you can identify the vulnerabilities in your code, and how you can protect your code against exploitation.

Secure Coding: Preventing Broken Access Control
Learn how to protect your code from access control issues. You will gain an understanding of how an attacker might find and attack those vulnerabilities before building defenses into your code.

Secure Coding: Preventing Insecure Deserialization
This course will teach you the basics of serialization and deserialization, including serialization file formats, what insecure deserialization is, and how to prevent that type of vulnerability from occurring in your code.

Secure Coding: Preventing Insufficient Logging and Monitoring
Most security breaches start with a single incident. This course will teach you how to set up correct logging and monitoring for your application, as well as what to log and what not to log in order to detect those incidents on time.

Secure Coding: Preventing Sensitive Data Exposure
In this course, you will look from an attack-driven perspective at several OWASP recommendations for preventing sensitive data exposure when developing a web application.

Secure Coding: Using Components with Known Vulnerabilities
This course explains the risk of using components with known vulnerabilities. It outlines tools and strategies to reduce the overall risk. The course also discusses several methods to enhance the overall security when using third party components.

Secure Couchbase 6 Clusters
Security in Couchbase spans a variety of topics, and this course focuses on the most important ones - user authentication and authorization, auditing activities, redacting sensitive data, and encrypting communications.

Secure User Account and Authentication Practices in ASP.NET 3 and ASP.NET Core 3
This course will teach you how to add secure authentication practices to your ASP.NET websites, including proper establishing and storing of passwords, multi-factor authentication, password recovery, and proper authorization techniques..

Secure Your Code – Injections and Logging
This talks shows how to protect against injections and also how to monitor them by combining two of the OWASP top 10 security risks: Injections and insufficient logging & monitoring.

Securely Handling Errors and Logging Security Events in ASP.NET 3 and ASP.NET Core 2
Stop giving malicious users details about your application and track security events in such a way that will enable you to analyze and investigate anomalous activity in your ASP.NET and ASP.NET Core applications.