Description: Gets an issue created by a vendor.
Security: Requires a valid user with the "Read" permission. Premium Vulnerability Database details is only available with an Enterprise and Enterprise+ subscription.
Since: Xray 3.51.0
Usage: GET /api/v2/events/{id}
Produces: application/json
Sample Request
curl -v -uadmin:Password@1 -XGET http://localhost:8000/api/v2/events/XRAY-115734
Sample Response
{ "id": "XRAY-115734", "package_type": "alpine", "type": "security", "provider": "JFrog", "summary": "Libxml2 xmlreader.c xmlTextReaderFreeProp() Function IDREF Attributes Handling Use-after-free Unspecified Issue", "description": "Libxml2 contains a use-after-free error in the xmlTextReaderFreeProp() function in xmlreader.c that is triggered when handling IDREF attributes. This may allow a context-dependent attacker to dereference already freed memory and have an unspecified impact.", "severity": "High", "leading_severity": { "severity": "Critical", "source": "CVSS V3 from RBS" }, "created": "2020-08-04T15:43:17.217+05:30", "cves": [ { "cvss_v2": "9.3/AV:N/AC:M/Au:N/C:C/I:C/A:C", "cvss_v3": "9.8/CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], "sources": [ { "name": "VulnDB", "source_id": "231389", "url": "https://vulndb.cyberriskanalytics.com/vulnerabilities/231389" } ], "components": [ { "id": "3.2:py-libxml2", "vulnerable_versions": [ "(,)" ], "fixed_versions": null, "vulnerable_ranges": [ { "vulnerable_versions": [ "(,)" ], "fixed_versions": null, "container_affected_cpes": null } ] }, { "id": "3.0:py-libxml2", "vulnerable_versions": [ "(,)" ], "fixed_versions": null, "vulnerable_ranges": [ { "vulnerable_versions": [ "(,)" ], "fixed_versions": null, "container_affected_cpes": null } ] }, { "id": "2.1:libxml2", "vulnerable_versions": [ "(,)" ], "fixed_versions": null, "vulnerable_ranges": [ { "vulnerable_versions": [ "(,)" ], "fixed_versions": null, "container_affected_cpes": null } ] }