Expand description
Denial of Service (DoS) risk analysis
This module detects DoS risks in API contracts, such as:
- Unbounded arrays
- Missing pagination
- Deeply nested schemas
- Large payload sizes
Structsยง
- DosAnalyzer
- DoS risk analyzer
Denial of Service (DoS) risk analysis
This module detects DoS risks in API contracts, such as: