Tag: security-context

Integer overflow

An integer overflow might cause security issues when it is used for resource management or execution control.

Batch request with unchecked failures

Unchecked failures can lead to data loss.

Missing pagination

Missing pagination on a paginated call can lead to inaccurate results.

Override of reserved variable names in a Lambda function

Overriding environment variables that are reserved by AWS Lambda might lead to unexpected behavior.

Hardcoded IP address

Hardcoding an IP address can cause security problems.

Missing Amazon S3 bucket owner condition

Not setting the Amazon S3 bucket owner condition could lead to accidentally using the wrong bucket.

Data loss in a batch request

A batch request that doesn't check for failed items can lead to loss of data.

Usage of an API that is not recommended

APIs that are not recommended were found.

AWS client not reused in a Lambda function

Recreating AWS clients in each Lambda function invocation is expensive.