Description: Gets an issue created by a vendor
Security: Requires a valid user with the "Read" permission.
Note: This API is deprecated in Xray version 3.51.0.
Usage: GET /events/{id}
Produces: application/json
Sample Response:
{ "id": "XRAY-787", "type": "security", "source_id": "CVE-2017-1000386", "severity": "High", "provider": "JFrog", "created": "2019-12-17T15:36:33.654Z", "modified": "2019-12-17T15:36:33.654Z", "updated": "2019-12-17T15:36:33.654Z", "description": "updated description", "summary": "new summary", "components": [ { "component_id": "gav://aero:aero:0.2.3" } ], "properties": { "cve": "CVE-2017-1000386", "cvss_v2": "2.4", "cvss_v3": "" } }