aboutcode-org / aboutcode-org/vulnerablecode
NVDR: Create API endpoints to get all vulnerable and non vulnerable versions for a base package
Open
- Dominant language
- Python
- Stars
- 702
- Forks
- 328
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 3
Description
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"]
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.