From the course: Programming Foundations: Secure Coding
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Dependency issues
From the course: Programming Foundations: Secure Coding
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
-
-
-
-
-
(Locked)
Error handling issues3m 21s
-
(Locked)
Logging and output issues4m 9s
-
(Locked)
Internal data management issues3m 9s
-
(Locked)
Configuration issues4m 29s
-
(Locked)
Database issues3m 51s
-
(Locked)
File and I/O issues3m 54s
-
(Locked)
Memory management issues4m 34s
-
(Locked)
Dependency issues2m 46s
-
(Locked)
-
-
-
-