Skip to content

chore(integration): bump cryptography to 46.0.6#8892

Open
EhteshamSid wants to merge 1 commit intoaws:developfrom
EhteshamSid:fix/bump-cryptography-to-46-0-6
Open

chore(integration): bump cryptography to 46.0.6#8892
EhteshamSid wants to merge 1 commit intoaws:developfrom
EhteshamSid:fix/bump-cryptography-to-46-0-6

Conversation

@EhteshamSid
Copy link
Copy Markdown

A few dependencies in the requirements file have CVEs fixed in newer versions:

Bumped each one to the minimum safe version.

There's a mutable default argument in samcli/lib/sync/infra_sync_executor.py. The default value is shared across all calls that don't pass that argument, so mutations in one call silently affect the next. Changed the default to None with an if arg is None guard inside the function.

Changed files: samcli/lib/sync/infra_sync_executor.py, samcli/local/lambdafn/remote_files.py, tests/integration/durable_integ_base.py, tests/integration/local/start_api/test_start_api.py, tests/integration/logs/test_logs_command.py and 8 more

@EhteshamSid EhteshamSid requested a review from a team as a code owner April 5, 2026 20:21
@github-actions github-actions bot added area/local/start-api sam local start-api command area/local/invoke sam local invoke command area/local/start-invoke pr/external stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. labels Apr 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/local/invoke sam local invoke command area/local/start-api sam local start-api command area/local/start-invoke pr/external stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant