Updating openssh

We run regular security scans against our resources using AppCheck and one of the issues it’s recently picked up is that we’re using an older version of openssh on our Ubuntu virtual machines which has potential vulnerabilities in it. Although these vulnerabilities are unlikely to be exploitable in our specific Read more…

Redis Caching in .NET

We’ve recently implemented Redis caching in an API which took a little bit of time to figure out. Redis caching is available through the Microsoft.Extensions.Caching.Distributed package and this also supports other provides such as NCache. In our case we only wanted to enable Redis caching for the stg and prd Read more…