📄️ Overview
What It Is
📄️ Cross-Site Scripting XSS
What It Is
📄️ iFrame Protection
What It Is
📄️ Security Headers
What It Is
📄️ Client Side Security
What It Is
📄️ Secure Communication
What It Is
📄️ Dependency Security
Dependency security means keeping the third-party packages used in a project safe, updated, monitored, and locked properly.
📄️ Compliance and Regulation
Compliance and regulation means following required rules, standards, and security guidelines for handling user data, application security, privacy, accessibility, and industry-specific responsibilities.
📄️ Input Validation and Sanitization
Input validation and sanitization are used to make sure user-provided data is safe, expected, and controlled before the application uses it.
📄️ Server-Side Request Forgery SSRF
Server-Side Request Forgery, also called SSRF, is a web security vulnerability where an attacker tricks the server into making a request to an unintended location.
📄️ Server-Side JavaScript Injection SSJI
Server-Side JavaScript Injection, also called SSJI, is a security vulnerability where user-provided input gets executed as JavaScript code on the server.
📄️ Permission Policy
Permission Policy, earlier called Feature Policy, is a browser security mechanism used to control which powerful browser features can be used by a webpage or by embedded third-party content like iframes.
📄️ Subresource Integrity SRI
Subresource Integrity, also called SRI, is a browser security feature used to verify that external resources are loaded exactly as expected.
📄️ Cross-Origin Resource Sharing CORS
Cross-Origin Resource Sharing, also called CORS, is a browser security mechanism that controls whether one origin can access resources from another origin.
📄️ Cross-Site Request Forgery CSRF
Cross-Site Request Forgery, also called CSRF, is an attack where a user is tricked into performing an unwanted action on a website where they are already logged in.