DefectDojo MCP Server

MIT License
1
  • Linux
  • Apple

create_finding

Record new security vulnerabilities in DefectDojo by specifying details like severity, description, and mitigation steps for effective vulnerability management.

Instructions

Create a new finding

Input Schema

NameRequiredDescriptionDefault
cvssv3No
cweNo
descriptionYes
impactNo
mitigationNo
severityYes
steps_to_reproduceNo
test_idYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "cvssv3": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cvssv3" }, "cwe": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Cwe" }, "description": { "title": "Description", "type": "string" }, "impact": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Impact" }, "mitigation": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Mitigation" }, "severity": { "title": "Severity", "type": "string" }, "steps_to_reproduce": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Steps To Reproduce" }, "test_id": { "title": "Test Id", "type": "integer" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title", "test_id", "severity", "description" ], "title": "create_findingArguments", "type": "object" }

You must be authenticated.

Other Tools from DefectDojo MCP Server

Related Tools

ID: exlay0zmev