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
107 stars 30 forks source link

No feedback from stdout #185

Closed dgroh closed 1 week ago

dgroh commented 1 week ago

I'm trying to cache our dependencies with help of vulnz. I did exactly as per documentation, but once I execute:

java -Xmx2g -jar ./vulnz-6.1.1.jar cve --cache --directory ./cache

I see only the ASCII art of vulnz and a message about the sponsorship, but no feedback from the requests. After the command finishes executing, the cache folder exists, but is empty.

What am I missing?

jeremylong commented 1 week ago

did the command finish successfully (i.e. return a zero value)? you can also add --debug. It would help if you showed all of the output so we could help you figure out what is going on.

dgroh commented 1 week ago

Using --debug has solved the issue.