32 / 89 · 04 API & Contract Testing with AI · Semantic API Fuzzing← prev⊞ allnext →☰ Read as one page
5.6Severity Classification
| Severity | Criteria | Example |
|---|---|---|
| CRITICAL | Remote code execution, data breach | Command injection succeeds |
| HIGH | SQL injection, auth bypass, data corruption | 500 error on SQL payload |
| MEDIUM | Information disclosure, precision loss | Stack trace in response |
| LOW | Display issues, minor validation bypass | Unicode accepted in name |
| INFO | Behavioral observation, no direct impact | Rate limit not enforced |