Skip to main content

Usage

anaconda repo cves (--list | --show <CVE> | --show-files <CVE>) [-o <#>] [-l <#>]
Replace <CVE> with the CVE identifier (for example, CVE-2024-12345).
Replace <#> with a number for —offset (-o) or —limit (-l).

Description

Access Common Vulnerabilities and Exposures () information for repository packages. List CVEs, show details for a specific CVE, or show affected files for a CVE.

Options

Option
Default
Description
--list
List all CVEs for the user
--show <CVE>
Show details about a CVE
--show-files <CVE>
Show files affected by a CVE (use with -o/-l for pagination)
-o, --offset <#>
0
Offset when displaying results
-l, --limit <#>
20
Limit when displaying results
-h, --help
Show help for this command

Examples

List CVEs
anaconda repo cves --list
Show details for a CVE
anaconda repo cves --show CVE-2024-12345
Show affected files with pagination
anaconda repo cves --show-files CVE-2024-12345 --limit 50 --offset 0