[BUG] Support for scanning conda packages using "jake ddt -c" removed from version 1.0
mikekanenz opened this issue · 1 comments
mikekanenz commented
In the earlier versions of jake e.g. 0.2.77 I was able to scan non-python conda packages which show up in a "conda list" but not in "pip list" output. This was very useful for looking for vulnerabilities in packages from conda-forge which are not available in conda main. The command used was:
conda list | jake ddt -c
In more recent versions support for the -c flag appears to have been removed. Does anyone know why this was removed and if it can be restored?
madpah commented
Hi @mikekanenz - thanks for the Issue. It was removed partly in oversight as jake
was refactored.
We'll get this added back for you.