Authentication removed

firetail:unauthenticated-endpoints-removed

Rule Severity:

High

Ensure that endpoints requiring authentication do not have their authentication removed
This rule applies at the API Specification level (OAS/Swagger).
Endpoints that have previously required authentication should not become accessible to the public. API endpoints that become public can expose data, sensitive business flows, or other critical information about the application and its users.

1. How to Identify with Example Scenario

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

Incident

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

Incident

2. How to Resolve with Example Scenario

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