Get detailed information about a specific security finding.
Bearer token for authentication
ID of the finding
A successful response.
Response for the Describe method
Full details of a security finding
{
"package_purl": "package_purl",
"fixed_in_id": "fixed_in_id",
"status_changed_at": "2000-01-23T04:56:07.000Z",
"created_at": "2000-01-23T04:56:07.000Z",
"external_id": "external_id",
"source": "source",
"project_name": "project_name",
"source_reference": "source_reference",
"first_seen_in_id": "first_seen_in_id",
"project_version_name": "project_version_name",
"updated_at": "2000-01-23T04:56:07.000Z",
"last_seen_in_id": "last_seen_in_id",
"details": "{}",
"id": "id",
"severity": "FINDING_SEVERITY_UNSPECIFIED",
"source_format": "source_format",
"component_id": "component_id",
"is_in_kev": true,
"first_seen_at": "2000-01-23T04:56:07.000Z",
"vulnerability": {
"is_in_kev": true,
"description": "description",
"external_id": "external_id",
"id": "id",
"cwes": ["cwes", "cwes"],
"cvss_vectors": ["cvss_vectors", "cvss_vectors"]
},
"finding_type": "FINDING_TYPE_UNSPECIFIED",
"status_detail": "status_detail",
"resolution_reason": "resolution_reason",
"resolved_at": "2000-01-23T04:56:07.000Z",
"artifact_ids": ["artifact_ids", "artifact_ids"],
"location": "location",
"last_seen_at": "2000-01-23T04:56:07.000Z",
"status": "FINDING_STATUS_UNSPECIFIED"
}