We need an API endpoint that can give all vulnerable and non vulnerable versions for a base package. Example: Input- `pkg:pypi/foo` Output- ``` { "vulnerable": ["0.1"] "non_vulnerable": ["0.2"] } ```
We need an API endpoint that can give all vulnerable and non vulnerable versions for a base package.
Example:
Input-
pkg:pypi/fooOutput-