Introduction
Often it is the case that you want to get extra functionality when you are coding a WordPress plugin or even adding some enhanced functionality such as grabbing images using Amazon S3‘s storage system or including flickr images with functionality that you may not find available with many other plugins available.
As a result you often end up including a number of different libraries that may include the functionality that you are looking for. However, in the long run what ends up happening is many of the libraries need updating, but because of real mechanism to alert you that an update is needed other than you manually checking. As a result the risk and potential for exposure to security threats greatly increases. Continue reading