How can I tell if an environment is affected by a CVE?
anaconda-audit
. For more information on obtaining anaconda-audit
, see Installing required plugins.If you are an administrator, you can instruct your members to register their environments with your organization. Once registered, all newly created environments will be logged, scanned for CVEs, and displayed in Package Security Manager. For more information on registering environments with your organization, see Registering your organization.conda info --envs
to find your conda environments.anaconda-audit
to scan a local environment.To scan an environment, open Anaconda Prompt (Terminal on macOS/Linux) and run the following command:opt/anaconda3/envs/
.If you have environments in non-default locations, you can use the --prefix
flag to specify the path to the environment. For example:Understanding scan results
What actions can I take if I find a vulnerable package?
Upgrading my package created a dependency conflict!