...

/

Upgrading Third-Party Libraries and Software

Upgrading Third-Party Libraries and Software

In this lesson, we'll look at good practices when it comes to patching and briefly walkthrough what this chapter holds.

Good patching practices

When defending ourselves against the risks implicit in third-party libraries, we need to know what third-party software we use. It takes a surprisingly large amount of effort to discover this.

Once we know what’s in use, we need the ability to quickly upgrade any of the third-party libraries and any software deployed in our organization.

What’s more, we need to be able to test these upgrades so that we ...