cURL
curl --request GET \ --url https://api.leen.dev/v1/appsec/issues/{issue_id} \ --header 'X-API-KEY: <api-key>' \ --header 'X-CONNECTION-ID: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "code_repo": "<string>", "project_file_path": "<string>", "vendor": "<string>", "vendor_id": "<string>", "name": "<string>", "package_name": "<string>", "package_version": "<string>", "severity": "INFO", "package_manager": "<string>", "type": "VULNERABILITY", "description": "<string>", "state": "OPEN", "first_seen": "2023-11-07T05:31:56Z", "last_seen": "2023-11-07T05:31:56Z", "repo_url": "<string>", "repo_branch_name": "<string>", "platform": "<string>", "publication_time": "2023-11-07T05:31:56Z", "is_patchable": true, "remediation": [ "<string>" ], "vulnerability_identifiers": [ { "type": "CVE", "value": "<string>" } ], "cvss_score": 123, "kb_url": "<string>", "issue_url": "<string>", "vendor_data": { "finding_type": "cloud", "attack_surface_type": "backend", "attack_surface": { "id": 123, "name": "<string>", "external_repo_id": "<string>", "provider": "<string>", "active": true, "branch": "<string>" } }, "updated_at": "2023-11-07T05:31:56Z", "state_updated_at": "2023-11-07T05:31:56Z" }
Retrieve an issue by its ID (Leen’s UUID).
Successful Response
INFO
LOW
MEDIUM
HIGH
CRITICAL
VULNERABILITY
LICENSE
CLOUD
CODE
CUSTOM
CONFIG
OPEN
CLOSED
IGNORED
DELETED
Show child attributes