We started digging into an issue at work where one of our security tools was reporting a security vulnerability in the runtime language in some of our app services. I built new webapps to make sure they were fresh and found out the following for each language.
Runtime Language Running Version Days behind latest update
Node.js 16 16.13.0 152
Node.js 14 14.18.2 107
Node.js 12 12.15.0 789
PHP 8 8.0.13 147
PHP 7.4 7.4.25 175
Python 3.9 3.9.7 175
Python 3.8 3.8.12 198
Python 3.7 3.7.12 193
Java 17 17.0.1 182
Java 11 11.0.12 273
Java 8 1.8.0_302 149
Ruby 2.7 2.7.3 372
.NET 6 6.0.201 35
.NET 5 5.0.406 35
.NET Core 3.1 3.1.23 35
It looks like Microsoft is only supporting the .NET languages. Is this the official policy?