Hacker News new | ask | show | jobs
by lloydsparkes 4220 days ago
How is this possible?
1 comments

It is enabled for .Net 4.5.1 as explained here : http://blogs.msdn.com/b/dotnet/archive/2014/01/22/net-4-5-1-...
Will patches be installed on servers that have never run the application but have it deployed, such as DR servers?

The mechanism describes seems to imply they won't as Microsoft Update won't know the vulnerable assembly is sitting on the machine waiting for a failover.

Same applies if I have an old build of an application which I push; it'll be vulnerable until Windows Update kicks in to patch it.