DefectDojo MCP Server

MIT License
1
  • Linux
  • Apple

add_finding_note

Add a note to a specific finding in DefectDojo, enabling detailed documentation or context for vulnerability management processes.

Instructions

Add a note to a finding

Input Schema

NameRequiredDescriptionDefault
finding_idYes
noteYes

Input Schema (JSON Schema)

{ "properties": { "finding_id": { "title": "Finding Id", "type": "integer" }, "note": { "title": "Note", "type": "string" } }, "required": [ "finding_id", "note" ], "title": "add_finding_noteArguments", "type": "object" }

You must be authenticated.

Other Tools from DefectDojo MCP Server

Related Tools

ID: exlay0zmev