https://github.com/aboutcode-org/univers/blob/f94ff102bdf06c92c753636af4882ffe7bcf488a/src/univers/version_range.py#L1018-L1019 Current scheme for `AlpineLinuxVersionRange` is `alpine` which is incorrect the correct scheme for alpine based version range should be `apk` . Reference: - https://github.com/package-url/vers-spec/blob/main/docs/version-schemes.md - https://github.com/package-url/purl-spec/blob/main/types-doc/apk-definition.md
univers/src/univers/version_range.py
Lines 1018 to 1019 in f94ff10
Current scheme for
AlpineLinuxVersionRangeisalpinewhich is incorrect the correct scheme for alpine based version range should beapk.Reference: