Tag: security-context

Spawning a process without main module

Using the spawn or forkserver start method without importing the main module might lead to unexpected behavior (for example, it might cause a RuntimeError).

Integer overflow

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

Usage of an API that is not recommended - High Severity

APIs that are not recommended were found - High Severity.

Missing pagination

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

Usage of an API that is not recommended - Low Severity

APIs that are not recommended were found - Low Severity.

Socket connection timeout

Not setting the connection timeout parameter can cause a blocking socket connection.

Usage of an API that is not recommended

APIs that are not recommended were found.

Mutually exclusive call

Calls to mutually exclusive methods were found in the code.

Hardcoded IP address

Hardcoding an IP address can cause security problems.

Garbage collection prevention in multiprocessing

Passing a parent process object in a child process can prevent its garbage collection.

Usage of an API that is not recommended - Medium Severity

APIs that are not recommended were found - Medium Severity.

Override of reserved variable names in a Lambda function

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

Missing S3 bucket owner condition

Not setting the S3 bucket owner condition might introduce a risk of accidentally using a wrong bucket.