Skip to main content
Update a vulnerability’s status or tags.
External DocumentationTo learn more, visit the Synack documentation.

Parameters

ParameterDescription
Status IDThe ID of the new vulnerability status.
Tag IDsA comma-separated list of tag IDs to assign to the vulnerability.
Tag NamesA comma-separated list of tag names to assign to the vulnerability.
Vulnerability IDThe ID of the vulnerability. Can be obtained using the List Vulnerabilities action.

Example Output

{
	"id": 0,
	"title": "",
	"description": "",
	"severity": "Critical",
	"status": "",
	"cvss_score": 0,
	"created_at": "",
	"updated_at": "",
	"tags": [
		{
			"id": 0,
			"name": "",
			"editable": false,
			"organization_profile_id": 0
		}
	],
	"attachments": [
		{
			"id": 0,
			"filename": "",
			"content_type": "",
			"file_size": 0,
			"created_at": ""
		}
	]
}

Workflow Library Example

Update Vulnerability with Synack and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop