aboutcode-org / aboutcode-org/vulnerablecode
NVDR: Create API endpoints to get all vulnerable and non vulnerable versions for a base package
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 702
- Forks
- 328
- Merge medio
- 3 d 8 h
- PR fusionados (30 d)
- 3
Descripción
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"]
}
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.