haskell / security-advisories

https://haskell.github.io/security-advisories/
Other
46 stars 18 forks source link

atom: omit old entries from feed #186

Closed frasertweedale closed 7 months ago

frasertweedale commented 7 months ago

NOTE I don't know if this is a proper thing to do or not. But it seems intuitive that an atom feed should not grow unbounded.

To prevent unlimited growth of the feed, omit old entries. The heuristic is:

  1. sort advisories by modification date
  2. keep all advisories that were modified in the last 30 days
  3. add older advisories until the feed has at least 10 entries

Advisory

hsec-tools

frasertweedale commented 7 months ago

Converting to draft until we work out whether to proceed, or not.

frasertweedale commented 7 months ago

Consensus is not to proceed. Closing the PR.