Skip to content

Retry

5ca0d3c
Select commit
Loading
Failed to load commit list.
Merged

Adds retry support to the Amazon.Lambda.DurableExecution #2363

Retry
5ca0d3c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Semgrep OSS failed May 21, 2026 in 14s

4 new alerts including 4 errors

New alerts in code changed by this pull request

  • 4 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 7 in Libraries/test/Amazon.Lambda.DurableExecution.IntegrationTests/TestFunctions/AtMostOnceCrashFunction/Dockerfile

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: dockerfile.security.missing-user-entrypoint.missing-user-entrypoint Error test

By not specifying a USER, a program in the container may run as 'root'. This is a security hazard. If an attacker can control a process running as root, they may have control over the container. Ensure that the last USER in a Dockerfile is a USER other than 'root'.

Check failure on line 7 in Libraries/test/Amazon.Lambda.DurableExecution.IntegrationTests/TestFunctions/LongRetryChainFunction/Dockerfile

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: dockerfile.security.missing-user-entrypoint.missing-user-entrypoint Error test

By not specifying a USER, a program in the container may run as 'root'. This is a security hazard. If an attacker can control a process running as root, they may have control over the container. Ensure that the last USER in a Dockerfile is a USER other than 'root'.

Check failure on line 7 in Libraries/test/Amazon.Lambda.DurableExecution.IntegrationTests/TestFunctions/RetryExhaustionFunction/Dockerfile

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: dockerfile.security.missing-user-entrypoint.missing-user-entrypoint Error test

By not specifying a USER, a program in the container may run as 'root'. This is a security hazard. If an attacker can control a process running as root, they may have control over the container. Ensure that the last USER in a Dockerfile is a USER other than 'root'.

Check failure on line 7 in Libraries/test/Amazon.Lambda.DurableExecution.IntegrationTests/TestFunctions/RetryFunction/Dockerfile

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: dockerfile.security.missing-user-entrypoint.missing-user-entrypoint Error test

By not specifying a USER, a program in the container may run as 'root'. This is a security hazard. If an attacker can control a process running as root, they may have control over the container. Ensure that the last USER in a Dockerfile is a USER other than 'root'.