Skip to main content
Glama

DefectDojo MCP Server

by jamiesonio

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamiesonio/defectdojo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server