Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support checking if things are approaching EOL with endoflife.date #75

Open
G-Rath opened this issue Mar 20, 2022 · 0 comments
Open

Support checking if things are approaching EOL with endoflife.date #75

G-Rath opened this issue Mar 20, 2022 · 0 comments
Labels
question Further information is requested

Comments

@G-Rath
Copy link
Owner

G-Rath commented Mar 20, 2022

https://endoflife.date/ provides a bunch of EOL dates, maintained by the general community and it has an api!

In theory, we could use this with osv-detector: since it knows the packages being used, we could try and see if any of them are in the array returned by https://endoflife.date/api/all.json.

In theory again, we could also attempt to pick up versions for other tools from known files, e.g. we could look for .<tool>-version files and assume they're .ruby-version, .node-version, etc.

(also for Ruby, we could use the ruby version that gets recorded in the Gemfile.lock too)

@G-Rath G-Rath added the question Further information is requested label Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant