Missing authentication

owasp:api2:2019-protection-global-unsafe-strict

Rule Severity:

High

Ensure that all API operations using HTTP methods such as POST, PUT, PATCH, and DELETE are safeguarded with at least one security rule.
This rule applies at the API Specification level (OAS/Swagger).
All non-public endpoints that can effect change on databases should have a security scheme in place.

1. How to Identify with Example Scenario

Find the text in bold to identify issues such as these in API specifications

2. How to Identify with Example Scenario

Find the text in bold to identify issues such as these in API specifications

1. How to Resolve with Example Scenario

Find the text in bold to identify issues such as these in API specifications

2. How to Resolve with Example Scenario

Modify the text in bold to resolve issues such as these in API specifications
References: