Skip to content

Commit 5e28f2c

Browse files
committed
Add alpine in RANGE_CLASS_BY_SCHEME
Signed-off-by: Samk <sampurnapyne1710@gmail.com>
1 parent 8fc9f84 commit 5e28f2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/univers/version_range.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,6 +1449,7 @@ def build_range_from_snyk_advisory_string(scheme: str, string: Union[str, List])
14491449
"github": GitHubVersionRange,
14501450
"ebuild": EbuildVersionRange,
14511451
"alpm": ArchLinuxVersionRange,
1452+
"apk": AlpineLinuxVersionRange,
14521453
"nginx": NginxVersionRange,
14531454
"openssl": OpensslVersionRange,
14541455
"mattermost": MattermostVersionRange,

0 commit comments

Comments
 (0)