hubblestack / hubble

Hubble is a modular, open-source security compliance framework. The project provides on-demand profile-based auditing, real-time security event notifications, alerting, and reporting.
Apache License 2.0
379 stars 87 forks source link

Vulners Python API support #438

Closed vulnersCom closed 6 years ago

vulnersCom commented 6 years ago

Hi fellows! May I suggest you refactoring Vulners Scanner to the public Vulners Python API. It's completely supported and I think will make it easier to integrate. It's also available via Pypi.

basepi commented 6 years ago

Ooh, we should definitely do that. Thanks for the link! I think our latest CVE scanner uses your REST api, which I think was much better for your servers than downloading the json ourselves, but this sounds like it should be even better.

vulnersCom commented 6 years ago

Yes it is. And for working with REST this is is the best way :) It has internal throttling algo that is reading feedback from the backend to prevent heavy load.