Skip to content

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

@TG1999

Description

@TG1999

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"]
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions