We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a974c92 commit 1504884Copy full SHA for 1504884
1 file changed
scripts/generate_osv_advisories.py
@@ -391,6 +391,7 @@ def build_osv_advisory(
391
drupal.Project, fetch_drupal_node(sa_advisory['field_project']['id'])
392
)
393
394
+ # distributions don't fit within the Packagist ecosystem as they're not packages
395
if project['type'] == 'project_distribution':
396
return None
397
0 commit comments