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

"Creating the Cache" step in vulnz README has unnecessary steps #156

Closed ayaz-ashrapov closed 5 months ago

ayaz-ashrapov commented 5 months ago

Hi @jeremylong ,

I noticed that the docmentation suggests to gzip all jsons downloaded by vulnz, yet they already come archived. Would it make sense to update the documentation for this particular step?

Here is a PR https://github.com/jeremylong/Open-Vulnerability-Project/pull/155

ayaz-ashrapov commented 5 months ago

Fixed in https://github.com/jeremylong/Open-Vulnerability-Project/pull/155