aboutcode-org / aboutcode-org/univers
Do not allow creation of `VersionRange` with empty constraint
Abierto
bug
High-Priority
- Lenguaje dominante
- Python
- Estrellas
- 50
- Forks
- 29
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```python
>>> from univers.version_range import ApacheVersionRange
>>> range=ApacheVersionRange(constraints=[])
>>> str(range)
'vers:apache/'
```
Related: https://github.com/aboutcode-org/vulnerablecode/issues/2387
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.