Skip to content

Update lambda runtime init, fix legacy ENV format in dockerfile #12795

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025

Conversation

dfangl
Copy link
Member

@dfangl dfangl commented Jun 24, 2025

Motivation

Our current go lambda init binary contains several vulnerabilities reported by scanners, including one designated as HIGH.
Even though they are not exploitable in LocalStack, we need to fix it.

This PR contains no behavioral changes:

Changes

  • Update lambda init (rebuild without changes)
  • Correct syntax of ENV instruction in dockerfile

@dfangl dfangl added the semver: patch Non-breaking changes which can be included in patch releases label Jun 24, 2025
@dfangl dfangl self-assigned this Jun 24, 2025
Copy link
Contributor

@gregfurman gregfurman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM once CI passes 👍

Copy link

Test Results - Preflight, Unit

21 727 tests  ±0   20 070 ✅ ±0   6m 12s ⏱️ -13s
     1 suites ±0    1 657 💤 ±0 
     1 files   ±0        0 ❌ ±0 

Results for commit 9f50174. ± Comparison against base commit 62f162f.

Copy link
Member

@alexrashed alexrashed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🦸🏽

Copy link

Test Results (amd64) - Acceptance

7 tests  ±0   5 ✅ ±0   3m 18s ⏱️ +9s
1 suites ±0   2 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 9f50174. ± Comparison against base commit 62f162f.

Copy link

Test Results (amd64) - Integration, Bootstrap

    5 files      5 suites   2h 19m 41s ⏱️
5 251 tests 4 325 ✅ 926 💤 0 ❌
5 257 runs  4 325 ✅ 932 💤 0 ❌

Results for commit 9f50174.

Copy link

LocalStack Community integration with Pro

    2 files  ±0      2 suites  ±0   1h 45m 19s ⏱️ +51s
4 894 tests ±0  4 120 ✅ ±0  774 💤 ±0  0 ❌ ±0 
4 896 runs  ±0  4 120 ✅ ±0  776 💤 ±0  0 ❌ ±0 

Results for commit 9f50174. ± Comparison against base commit 62f162f.

@dfangl dfangl merged commit 3d56935 into master Jun 25, 2025
42 checks passed
@dfangl dfangl deleted the lambda/runtime-init-update branch June 25, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants