aboutcode-org / aboutcode-org/vulnerablecode
NVDR: Create API endpoints to get all vulnerable and non vulnerable versions for a base package
Aperta
- Lingua principale
- Python
- Stelle
- 702
- Fork
- 328
- Merge medio
- 3g 8h
- PR unite (30g)
- 3
Descrizione
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"]
}
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.