diff --git a/osv/ecosystems/_ecosystems.py b/osv/ecosystems/_ecosystems.py index 0be08474db3..71165b2384f 100644 --- a/osv/ecosystems/_ecosystems.py +++ b/osv/ecosystems/_ecosystems.py @@ -57,6 +57,7 @@ 'Maven': Maven(), 'MinimOS': MinimOS(), 'NuGet': NuGet(), + 'Drupal': Packagist(), 'Packagist': Packagist(), 'Pub': Pub(), 'PyPI': PyPI(), diff --git a/osv/purl_helpers.py b/osv/purl_helpers.py index 392fed2f52f..8f34b8a1ea2 100644 --- a/osv/purl_helpers.py +++ b/osv/purl_helpers.py @@ -72,6 +72,8 @@ EcosystemPURL('generic', None), 'Packagist': EcosystemPURL('composer', None), + 'Drupal': + EcosystemPURL('drupal', None), # Photon OS 'Pub': EcosystemPURL('pub', None),