aboutcode-org / aboutcode-org/vulnerablecode
clarify univers usage for alpine versions.
Open
- Dominant language
- Python
- Stars
- 702
- Forks
- 328
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 3
Description
We patch univers in VCIO's models.py:
```
from univers.version_range import RANGE_CLASS_BY_SCHEMES
# patch univers for missing entry
RANGE_CLASS_BY_SCHEMES["alpine"] = AlpineLinuxVersionRange
```
This has a funny smell. This should not be needed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.