From the course: CSSLP Cert Prep: 3 Secure Software Design

Unlock the full course today

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

Component-based systems

Component-based systems

From the course: CSSLP Cert Prep: 3 Secure Software Design

Start my 1-month free trial

Component-based systems

- [Narrator] Most application architectures rely on multiple interconnected components that fit together like puzzle pieces. And if those puzzle pieces don't fit together securely, apps built on those architectures could be exposed to compromise. Those components might include pieces of software, web services, web resources, and/or interchangeable software modules. An example of a component based system would be a web application that includes APIs that are accessible to end users. It might also import other data feeds from around the web to provide more context around the data it processes and stores. More often than not, attackers are less interested in your app than they are in the data processed and stored by your apps. That's why one of the most prominent security concerns with component-based systems is where and how you store the data. If you're app permits client side storage or network attached storage, then…

Contents