vulnerablecode
vulnerablecode copied to clipboard
clarify univers usage for alpine versions.
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.