Skip to main content
Glama

DefectDojo MCP Server

by jamiesonio

update_finding_status

Modify the status of a vulnerability finding in DefectDojo to options like Active, Verified, False Positive, Mitigated, or Inactive for accurate tracking and management.

Instructions

Update the status of a finding (Active, Verified, False Positive, Mitigated, Inactive)

Input Schema

NameRequiredDescriptionDefault
finding_idYes
statusYes

Input Schema (JSON Schema)

{ "properties": { "finding_id": { "title": "Finding Id", "type": "integer" }, "status": { "title": "Status", "type": "string" } }, "required": [ "finding_id", "status" ], "title": "update_finding_statusArguments", "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