db.save_finding
Store vulnerability findings in a database by recording target, type, severity, description, payload, response, and score for security analysis.
Instructions
Save a bug finding to the database
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target URL or domain | |
| type | Yes | Vulnerability type | |
| severity | Yes | Severity level | |
| description | Yes | Finding description | |
| payload | No | Payload used | |
| response | No | Response data | |
| score | No | Severity score (0-10) |