3 Guides

api-vulnerabilities

A brief guide on API Mass Assignment Vulnerability

It is a severe API threat that arises when you save the request body as it is on the server instead of getting values from it one by one. In this piece, let's take a quick look at it.

What are API Injections and how to prevent them?

When the user sends malicious code (most of the time database query) with the API request, they execute an API injection. In this piece, let's take a look at it and how you can prevent it from happening.

Introduction To API Security Vulnerabilities

There are many different vulnerabilities that you need to take care of while developing an API. In this piece, let's take a look at some of them.