jeremylong / Open-Vulnerability-Project

Java libraries for working with available vulnerability data sources (GitHub Security Advisories, NVD, EPSS, CISA Known Exploited Vulnerabilities, etc.)
Apache License 2.0
112 stars 34 forks source link

[Improvement] add option to show progress #193

Closed lozanotux closed 2 months ago

lozanotux commented 2 months ago

I've been using the vulnz tool a lot lately, but in each execution the process take about 8/10 minutes and there is no any output or message.

Currently there is no option to show the progress, I must use --debug option to see what is happening but is very verbose.

Is it possible to implement some option to show the progress? It would be very useful in CI/CD pipelines.