From the course: CISSP Cert Prep (2021): 8 Software Development Security

Unlock the full course today

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

Third-party code

Third-party code

From the course: CISSP Cert Prep (2021): 8 Software Development Security

Start my 1-month free trial

Third-party code

- [Narrator] Software developers often depend upon code created by someone else to improve their efficiency. In addition to reusing code within an organization, developers also often draw upon code from third parties. Third party software libraries are a very common way to share code among developers. Libraries consist of shared code objects that perform related functions. For example, a software library might contain a series of functions related to biology research, financial analysis, or social media. Instead of having to write the code to perform every detailed function that they need, developers can simply locate libraries that contain relevant functions and then call those functions. Let's take a look at an example using the programming language R that's commonly used in data science applications. This is a simple analysis of data from the Social Security disability process. It includes data from a ten-year period…

Contents