synfinner / KEVin

The missing API for the CISA Known Exploited Vulnerabilities Catalog. This repository contains the source running at kevin.gtfkd.com
https://kevin.gtfkd.com/
7 stars 0 forks source link

Pagination logic for general CVEs is loading ALL content #190

Closed synfinner closed 3 months ago

synfinner commented 3 months ago

It seems that during the transition to using gevent concurrency, we broke the pagination. At current, the API is returning all records at once, leading to spikes in resource usage.