Skip to content

Add CreateCallbackAsync and WaitForCallbackAsync (DOTNET-8660)

5cc9a04
Select commit
Loading
Failed to load commit list.
Draft

Add CreateCallbackAsync and WaitForCallbackAsync (DOTNET-8660) #2373

Add CreateCallbackAsync and WaitForCallbackAsync (DOTNET-8660)
5cc9a04
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Semgrep OSS failed May 18, 2026 in 3s

5 new alerts including 5 errors

New alerts in code changed by this pull request

  • 5 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 7 in Libraries/test/Amazon.Lambda.DurableExecution.IntegrationTests/TestFunctions/CallbackFailedFunction/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/CallbackTimeoutFunction/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/CreateCallbackHappyPathFunction/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/WaitForCallbackHappyPathFunction/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/WaitForCallbackSubmitterFailsFunction/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'.