ossf / package-feeds

Feed parsing for language package manager updates
Apache License 2.0
71 stars 24 forks source link

Allow ScheduledFeed.Latest to return a cutoff for future invocations #383

Closed calebbrown closed 1 year ago

calebbrown commented 1 year ago

This fixes #382 by ensuring each feed uses a cutoff value that is based on the data observed in the feed.

maxfisher-g commented 1 year ago

Thanks for the changes! Great comments