From 4596cbce1bef5f456dd0e26c5b863ae05d00244a Mon Sep 17 00:00:00 2001 From: community-admin <22994038+cleanstart-community-admin@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:12:06 +0000 Subject: [PATCH] Add ecosystem support Signed-off-by: community-admin --- osv/ecosystems/_ecosystems.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osv/ecosystems/_ecosystems.py b/osv/ecosystems/_ecosystems.py index f7cd436eca4..577dc0b73d3 100644 --- a/osv/ecosystems/_ecosystems.py +++ b/osv/ecosystems/_ecosystems.py @@ -41,6 +41,7 @@ 'Bioconductor': Bioconductor, 'Bitnami': SemverEcosystem, 'Chainguard': APK, + 'CleanStart': APK, 'CRAN': CRAN, 'crates.io': SemverEcosystem, 'Debian': Debian,