We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7997c42 commit 4c482a9Copy full SHA for 4c482a9
1 file changed
scripts/generate_osv_advisories.py
@@ -408,6 +408,7 @@ def build_osv_advisory(
408
drupal.Project, fetch_drupal_node(sa_advisory['field_project']['id'])
409
)
410
411
+ # distributions don't fit within the Packagist ecosystem as they're not packages
412
if project['type'] == 'project_distribution':
413
return None
414
0 commit comments