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

Set the total resultsPerPage in pom? #152

Closed jasonflaherty closed 1 month ago

jasonflaherty commented 3 months ago

Hello! I have been looking for a way to set the resultsPerPage. Are we able to do this?

Thanks :)

jeremylong commented 3 months ago

Via the open-vulnerability-client API: https://github.com/jeremylong/Open-Vulnerability-Project/blob/5988546bfa6c62d7342f2e583ba7e11882e5bdee/open-vulnerability-clients/src/main/java/io/github/jeremylong/openvulnerability/client/nvd/NvdCveClientBuilder.java#L170

Via the vulnz CLI - I don't think I exposed that. We accept PRs.