From the course: Programming Foundations: Secure Coding

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Dependency issues

Dependency issues

From the course: Programming Foundations: Secure Coding

Start my 1-month free trial

Dependency issues

- Dependency Management is often the bane of software engineering. When it comes to security-related topics, it's even more so of a problem. Many times when we write software, we can write the most secure code ever and still be susceptible to security vulnerabilities because of a dependency. We all know the stories of the old and vulnerable component that caused a system, its data, or worse, all the customer data to become exposed. Some of these leaks have been so bad that they put a large portion of the population at risk for credit fraud or identity theft. This is something we must always remember when writing software and trying to secure it. So obviously, the exploit is out of our control since we don't own the code. Now, if it's an unpatched defect, we could of course fix it ourselves assuming it is open source code. However, that still is a process. The reality is however, that many of the vulnerabilities have…

Contents