endoflife-date / release-data

Common Release Data for various projects in a consumable format, automatically updated.
MIT License
124 stars 36 forks source link

Suggestion - Android Latest Patch #383

Open jonniehack opened 4 days ago

jonniehack commented 4 days ago

For Android OS, you have the Android version and the release date for the version, but you don't have the latest patch month.

You mention Wiki in your list of sources and these dates are present on that table but not in your data.
Could you add the latest release data to Android too? Suggest date format.

The bulletins all use the 1st of the month as the date so if you want to use date format you could just grab those

https://source.android.com/docs/security/bulletin/2024-09-01 https://source.android.com/docs/security/bulletin/2024-08-01 https://source.android.com/docs/security/bulletin/2024-07-01 ... etc

Source https://en.wikipedia.org/wiki/Android_version_history

captn3m0 commented 4 days ago

The overview page is also okay: https://source.android.com/docs/security/bulletin/asb-overview

jonniehack commented 1 day ago

Thanks for the extra source page. It was really useful for now as I am able to webscrape the data, but I'd much prefer this information to be on the JSON reply from the API.

Is there any way I can help?