vulnerablecode icon indicating copy to clipboard operation
vulnerablecode copied to clipboard

clarify univers usage for alpine versions.

Open pombredanne opened this issue 1 year ago • 0 comments

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.

pombredanne avatar Aug 11 '24 08:08 pombredanne