DefectDojo MCP Server

MIT License
1
  • Linux
  • Apple

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

ID: exlay0zmev