TSELab / guac-alytics

A series of tools and resources to better understand the risk profile of open source software ecosystems
Apache License 2.0
2 stars 0 forks source link

Maintainers schema is missing maintainer-package relationship #8

Closed SahithiKasim closed 11 months ago

SahithiKasim commented 1 year ago

It should have references to packages from the buildinfo table. Add a list of packages as a second entry in the schema.

SahithiKasim commented 1 year ago

Updated the maintainer's table using the query : _UPDATE maintainer set package=(select GROUP_CONCAT(name) from popularity_table WHERE maintainer.name=popularitytable.maintainer group by maintainer);

SahithiKasim commented 11 months ago

We can close this issue since we have a maintainers table @SantiagoTorres @sbrunswi.