Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Get the details of a vulnerability by its ID.
External DocumentationTo learn more, visit the Vanta documentation.

Parameters

ParameterDescription
Vulnerability IDThe ID of the vulnerability to retrieve. Can be obtained by the List Vulnerabilities action.

Example Output

{
	"id": "a2f7e1b9d0c3f4e5a6c7b8d9",
	"name": "CVE-2021-12345",
	"description": "MariaDB before 10.6.2 allows an application crash because of mishandling of a pushdown from a HAVING clause to a WHERE clause.",
	"integrationId": "Inspector",
	"packageIdentifier": "package",
	"vulnerabilityType": "COMMON",
	"targetId": "targetId",
	"firstDetectedDate": "2021-01-01T00:00:00.000Z",
	"sourceDetectedDate": "2021-01-01T00:00:00.000Z",
	"lastDetectedDate": "2021-01-01T00:00:00.000Z",
	"severity": "CRITICAL",
	"cvssSeverityScore": 9.8,
	"scannerScore": 100,
	"isFixable": true,
	"remediateByDate": "2021-01-01T00:00:00.000Z",
	"relatedVulns": [
		"CVE-2021-12345"
	],
	"relatedUrls": [
		"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-12345"
	],
	"externalURL": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-12345",
	"scanSource": "Not provided",
	"deactivateMetadata": {
		"deactivatedBy": "b2f7e1b9d0c3f4e5a6c7b123",
		"deactivatedOnDate": "2021-01-01T00:00:00.000Z",
		"deactivationReason": "fix is too hard to carry out",
		"deactivatedUntilDate": null,
		"isVulnDeactivatedIndefinitely": true
	}
}

Workflow Library Example

Get Vulnerability by Id with Vanta and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop