create_finding
Create a new vulnerability finding in DefectDojo by supplying a title, severity level, and test ID to log security issues against a specific test.
Instructions
Create a new finding.
Args: title: Finding title severity: Severity level (Critical, High, Medium, Low, Info) test_id: ID of the test this finding belongs to description: Detailed description mitigation: Recommended mitigation impact: Impact description steps_to_reproduce: Steps to reproduce references: External references cwe: CWE identifier number active: Whether finding is active (default True) verified: Whether finding is verified (default False) numerical_severity: Numeric severity (S0-S4) line: Source code line number file_path: Source file path component_name: Affected component component_version: Component version static_finding: Is static analysis finding dynamic_finding: Is dynamic analysis finding tags: List of tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwe | No | ||
| line | No | ||
| tags | No | ||
| title | Yes | ||
| active | No | ||
| impact | No | ||
| test_id | Yes | ||
| severity | Yes | ||
| verified | No | ||
| file_path | No | ||
| mitigation | No | ||
| references | No | ||
| description | No | ||
| component_name | No | ||
| static_finding | No | ||
| dynamic_finding | No | ||
| component_version | No | ||
| numerical_severity | No | ||
| steps_to_reproduce | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||