swagger-api / swagger-core

Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
http://swagger.io
Apache License 2.0
7.36k stars 2.17k forks source link

Which versions of swagger-core are actively supported? #4644

Closed brianwarner closed 2 months ago

brianwarner commented 3 months ago

Hi, hopefully this is an easy question. Is there documentation stating which versions of swagger-core are actively supported with security backports? For example, "only the latest v2.2 and v1.6 releases receive any type of update" or "security fixes are backported to the last n minor releases"?

Also, are there any published end-of-life dates for minor versions?

Thanks!

frantuma commented 2 months ago

Thank you for reaching out, I don't think we have this explicitly documented.

For the Swagger Core project, we actively support and provide updates, including security backports, to the latest minor versions within both the 1.x and 2.x lines (currently 1.6 and 2.2). We do not backport security fixes to previous minor versions.