DefectDojo MCP Server

MIT License
1
  • Linux
  • Apple

create_engagement

Initiate a new engagement in DefectDojo to manage vulnerabilities by specifying product ID, name, status, and target dates for tracking security assessments effectively.

Instructions

Create a new engagement

Input Schema

NameRequiredDescriptionDefault
branch_tagNo
build_idNo
commit_hashNo
deduplication_on_engagementNo
descriptionNo
engagement_typeNo
lead_idNo
nameYes
product_idYes
statusYes
tagsNo
target_endYes
target_startYes
versionNo

Input Schema (JSON Schema)

{ "properties": { "branch_tag": { "default": null, "title": "Branch Tag", "type": "string" }, "build_id": { "default": null, "title": "Build Id", "type": "string" }, "commit_hash": { "default": null, "title": "Commit Hash", "type": "string" }, "deduplication_on_engagement": { "default": null, "title": "Deduplication On Engagement", "type": "boolean" }, "description": { "default": null, "title": "Description", "type": "string" }, "engagement_type": { "default": null, "title": "Engagement Type", "type": "string" }, "lead_id": { "default": null, "title": "Lead Id", "type": "integer" }, "name": { "title": "Name", "type": "string" }, "product_id": { "title": "Product Id", "type": "integer" }, "status": { "title": "Status", "type": "string" }, "tags": { "default": null, "items": {}, "title": "Tags", "type": "array" }, "target_end": { "title": "Target End", "type": "string" }, "target_start": { "title": "Target Start", "type": "string" }, "version": { "default": null, "title": "Version", "type": "string" } }, "required": [ "product_id", "name", "target_start", "target_end", "status" ], "title": "create_engagementArguments", "type": "object" }

You must be authenticated.

Other Tools from DefectDojo MCP Server

Related Tools

ID: exlay0zmev