aboutcode-org / aboutcode-org/vulnerablecode

NVDR: Create API endpoints to get all vulnerable and non vulnerable versions for a base package

Open
#2,262 0 comments 0 reactions 1 assignee Claimed by @TG1999 View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.