Given a package identifier input, return if there is a known vulnerability for it.
Package identifiers:
Behind the scenes:
- Query the CVE-search API and try to find a match for the package
- Return results
Step 1. would after that be replaced by a local query, to the local db, where the aggregated and correlated vulnerability data would be populated from the scrapers, but let's not store anything for now, simply get the data on demand.