Loading...
Loading...
Compare original and translation side by side
pip install schemathesisschemathesis --versionpip install schemathesisschemathesis --versionschemathesis run <openapi-url> --report > schemathesis-report.txtschemathesis run <graphql-url> --reportschemathesis run <url> --auth user:passschemathesis run <url> --header "Authorization: Bearer <token>"schemathesis run <url> --endpoint "/api/users"schemathesis run <url> --stateful=links| # | Endpoint | Method | Issue Type | Status Code | Finding | Reproduction |
|---|----------|--------|------------|-------------|---------|-------------|schemathesis run <openapi-url> --report > schemathesis-report.txtschemathesis run <graphql-url> --reportschemathesis run <url> --auth user:passschemathesis run <url> --header "Authorization: Bearer <token>"schemathesis run <url> --endpoint "/api/users"schemathesis run <url> --stateful=links| # | Endpoint | Method | Issue Type | Status Code | Finding | Reproduction |
|---|----------|--------|------------|-------------|---------|-------------|| Type | Description |
|---|---|
| Server Error (5xx) | Unhandled exceptions / crashes |
| Schema Violation | Response doesn't match schema |
| Status Code Mismatch | Undocumented response codes |
| Content Type Mismatch | Wrong content type returned |
| Missing Auth | Endpoints accessible without credentials |
| Injection Patterns | SQL/NoSQL injection via fuzz inputs |
| 类型 | 描述 |
|---|---|
| 服务器错误(5xx) | 未处理的异常/程序崩溃 |
| 架构违反 | 响应与架构不匹配 |
| 状态码不匹配 | 未记录的响应码 |
| 内容类型不匹配 | 返回错误的内容类型 |
| 缺失认证 | 无需凭证即可访问端点 |
| 注入模式 | 通过模糊测试输入实现SQL/NoSQL注入 |