This document discusses securing software development with third party dependencies. It defines third party libraries and dependencies and explains how to identify direct and transitive dependencies of a project. It introduces tools like NVD, CVE, CVSS, and OWASP Dependency Check for finding vulnerabilities in dependencies. It emphasizes the need to regularly check dependencies for vulnerabilities and provides approaches for upgrading vulnerable dependencies, handling false positives and negatives, and integrating vulnerability management into the SDLC.