Get Issue Events V1

Xray REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

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

Public Vulnerability Sample Response:

{
    "id": "XRAY-263268",
    "type": "security",
    "source_id": "CVE-2022-23491",
    "url": "https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/oxX69KFvsm4/m/yLohoVqtCgAJ",
    "severity": "High",
    "provider": "JFrog",
    "created": "2022-12-08T18:44:47.519Z",
    "modified": "2023-07-17T10:38:41.86Z",
    "updated": "0001-01-01T00:00:00Z",
    "description": "Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi 2022.12.07 removes root certificates from \"TrustCor\" from the root store. These are in the process of being removed from Mozilla's trust store. TrustCor's root certificates are being removed pursuant to an investigation prompted by media reporting that TrustCor's ownership also operated a business that produced spyware. Conclusions of Mozilla's investigation can be found in the linked google group discussion.",
    "summary": "Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi 2022.12.07 removes root certificates from \"TrustCor\" from the root store. These are in the process of being removed from Mozilla's trust store. TrustCor's root certificates are being removed pursuant to an investigation prompted by media reporting that TrustCor's ownership also operated a business that produced spyware. Conclusions of Mozilla's investigation can be found in the linked google group discussion.",
    "properties": {
        "cve": "CVE-2022-23491",
        "cvss_v2": "",
        "cvss_v3": "7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
        "cwe": [
            "CWE-345"
        ]
    }
}

Custom Issue Sample Response

{
    "id": "CustomIssue_IvPwvFGilq1w5t3s",
    "type": "security",
    "source_id": "CustomIssue_BClINuPvH9JmkVy4",
    "severity": "Critical",
    "provider": "Custom",
    "created": "2023-06-08T06:52:16.383Z",
    "modified": "2023-06-08T06:52:16.383Z",
    "updated": "2023-06-08T06:52:16.507Z",
    "description": "Security issue in specific package and version\nCustom issue type: security\nSeverity: Critical\nPkg:  com.google.guava:guava \nAssigned versions:  specific version, version 16.0",
    "summary": "custom issue example",
    "components": [
        {
            "component_id": "gav://com.google.guava:guava:16.0"
        }
    ]
}