Terminology Index
Glossary
2953 terms
Function Dependencies
The third-party libraries a serverless function bundles, which can carry known vulnerabilities the function inherits, so they must be inventoried, scanned, and kept updated as part of securing serverless workloads.
Serverless functions ship with their dependencies packaged in, and a vulnerable library becomes a vulnerable function. Function dependency security means tracking what each function includes, scanning those components against vulnerability databases, and updating or removing risky ones, the serverless equivalent of software composition analysis. Because functions are deployed frequently and in volume, automating dependency scanning in the pipeline is the practical way to manage this risk.
Introduced in: Cloud Workload Protection
Examples
- Scanning a function's bundled libraries and flagging a vulnerable one.
- Updating a function's dependency when a fix is released.
- Automating dependency scanning in the serverless deployment pipeline.
Related
