6aef0cb7a151
latestOpenAPI 3.0.02026-08-0417295208.0 KBchannels
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
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"
}
]