vulnerablecode
vulnerablecode copied to clipboard
Filtering on an exact purl in API take over 1min
Looking for an exact purl can take over 1 minute to render. That's a major usability issue. https://public.vulnerablecode.io/api/packages/?purl=pkg:pypi/[email protected]
It's not an exact purl problem, also happens with https://public.vulnerablecode.io/api/packages?type=pypi&name=django, this is due to the large volume of data and the many operations done to get django data in the background. Opened a ticket here https://github.com/nexB/vulnerablecode/issues/1416