https://github.com/Bedrock-OSS/regolith-filter-resolver/blob/main/scraper.nim#L21
Function getRepos doesn't handle cases, when the response might be paged.
Overall the script accepts all filters, from tagged repos with valid filter.json, which means there might be some potential abuse in the future. Should we instead keep a list of manually verified filter repos and track changes in those repos?
https://github.com/Bedrock-OSS/regolith-filter-resolver/blob/main/scraper.nim#L21
Function
getReposdoesn't handle cases, when the response might be paged.Overall the script accepts all filters, from tagged repos with valid filter.json, which means there might be some potential abuse in the future. Should we instead keep a list of manually verified filter repos and track changes in those repos?