-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I'm interested in building a plugin that would run a scan of the packages solved for during install, and identify any known CVEs for those packages before install. Ideally the plugin would be configured to either prevent install of packages that were found vulnerable, or alert the user and ask if they want to proceed. This stems from a need to prevent vulnerable installations as much as possible, at least while there are known CVEs for those packages.
Unfortunately I'm new to the conda plugin world, so a bit of guidance would be helpful. Namely what entry point/hook would be useful for this kind of project. I would love to start building this, but I'm unsure if there is a way to do so without modifying a solver plugin.
In the event that this does need to apply to a solver, would opening an enhancement issue in mamba solver plugin be a better choice?