A Cross-Site Request Forgery (CSRF) attack occurs when a malicious web site, email, blog, instant message, or program tricks an authenticated user's web ...
Multi-factor authentication (MFA) is by far the best defense against the majority of password-related attacks, including credential stuffing and password ...
This cheat sheet is intended to provide guidance for developers on how to defend against Clickjacking, also known as UI redress attacks. There are three ...
If you are curious, please have a look at this study by Microsoft Research in 2009 and this study performed at Google in 2015. The accompanying Security ...
CI/CD pipelines and processes facilitate efficient, repeatable software builds and deployments; as such, they occupy an important role in the modern SDLC. ...
C-Based Toolchain Hardening is a treatment of project settings that will help you deliver reliable and secure code when using C, C++ and Objective C languages ...
Bean validation (JSR303 aka Bean Validation 1.0 /JSR349 aka Bean Validation 1.1) is one of the most common ways to perform input validation in Java. It is an ...
Authorizations definition and implementation is one of the important protection measures of an application. They are defined in the creation phase of the ...
Authorization may be defined as "the process of verifying that a requested action or service is approved for a specific entity" (NIST). Authorization is ...
Authentication is the process of verifying that an individual, entity, or website is who/what it claims to be. Authentication in the context of web ...
This article describes a simple and pragmatic way of doing Attack Surface Analysis and managing an application's Attack Surface. It is targeted to be used by ...
Often when the security level of an application is mentioned in requirements, the following expressions are met: The application must be secure. The ...
This document will provide a starting point for AJAX security and will hopefully be updated and expanded reasonably often to provide more detailed information ...
APIs are becoming an increasingly large portion of the software that powers the Internet including mobile applications, single-page applications (SPAs) and ...
This paper presents a virtual patching framework that organizations can follow to maximize the timely implementation of virtual patches. It also demonstrates, ...
The code included in this article has not been reviewed and should not be used without proper analysis. If you have reviewed the included code or portions of ...