6aef0cb7a151

latestOpenAPI 3.0.02026-08-0417295208.0 KB
channels
cves

Get all package files, associated with specific CVE in the channel

get/channels/{channel_name}/cves/{cve_id}/files

Path parameters

channel_namestring required
cve_idstring required

Query parameters

offsetinteger

the offset of the result set

limitinteger

the number of results in the result set

statusCVEStatus[]

CVE artifact status (may be comma-separated)

min_scorenumber

Returns the CVE with at least provided minimum score

Response

successfully returns routes, related to this CVE in the channel

channel_namestring
parent_channel_namestring
cve_status'reported' | 'active' | 'mitigated' | 'cleared' | 'disputed' | 'unknown'
artifact_family'anaconda_project' | 'anaconda_env' | 'cve' | 'conda' | 'python' | 'cran' | 'notebook' | 'docker' | 'sbom'
artifact_typestring
ckeystring
common_namestring
blob_sha256string
blob_sizestring

Example response

[
  {
    "channel_name": "The Channel",
    "parent_channel_name": "The Root Channel",
    "artifact_type": "conda1",
    "ckey": "osx-64/numpy-1.1.1.conda",
    "common_name": "numpy",
    "blob_sha256": "82cf9c932145565158eb8ee67dba369851210aab"
  }
]