Terminology Index

Glossary

64 terms starting with "E"

Open concept maps

Showing 33-64 of 64 terms

E
32

Event Source Security

Securing the event sources and triggers that invoke serverless functions, queues, storage events, API calls, so that functions cannot be invoked maliciously or with attacker-controlled, untrusted input.

Serverless functions run in response to events from sources like queues, storage changes, or API gateways, and those sources are part of the attack surface: an attacker who can inject events or tamper with a source can trigger functions with malicious input or unwanted frequency. Event source security means controlling who and what can produce triggering events, validating event data as untrusted, and scoping the permissions between sources and functions.

Introduced in: Cloud Workload Protection

Examples

  • Restricting which identities can place messages on a queue that triggers a function.
  • Treating event payloads as untrusted input and validating them.
  • Scoping permissions so only intended sources can invoke a function.

No related terms linked yet.