chore(deps): clear 6 Dependabot alerts (aws/cdk brace-expansion, examples aiohttp/cryptography) - #402
Open
kylehounslow wants to merge 2 commits into
Conversation
Bumps aws-cdk-lib from 2.262.1 to 2.263.0. 2.263.0 bundles brace-expansion 5.0.8 (was 5.0.7), clearing CVE-2026-14257 (GHSA-mh99-v99m-4gvg, alert opensearch-project#333). brace-expansion is a bundledDependency of aws-cdk-lib, so an npm override cannot rewrite it; the only fix is a cdk-lib release that bundles a patched version. GHSA-rgw5-rvv9-x895 (alert opensearch-project#334, patched in brace-expansion 5.0.9) is not yet cleared: no published aws-cdk-lib release bundles 5.0.9. Validated: npm run build (tsc) and npm run synth pass; aws-cdk CLI floats to 2.1135.0. npm audit shows the single remaining high is opensearch-project#334. Signed-off-by: Kyle Hounslow <kylhouns@amazon.com>
genai-sdk: constrain aiohttp>=3.14.3 (clears GHSA-mq44-7p77-q5h7 opensearch-project#335, GHSA-mfx4-hv73-q22v opensearch-project#336, GHSA-cq5v-8q36-5273 opensearch-project#337) and cryptography>=50.0.0 (clears GHSA-g6cj-pr64-35w5 opensearch-project#338). code-assistant: constrain cryptography>=50.0.0 (clears opensearch-project#339). Constraints added to [tool.uv].constraint-dependencies, matching the existing idna/starlette pinning pattern. uv lock re-resolves both to the patched versions; uv lock --check and uv sync --frozen pass. Signed-off-by: Kyle Hounslow <kylhouns@amazon.com>
kylehounslow
requested review from
anirudha,
goyamegh,
joshuali925,
ps48 and
vamsimanohar
as code owners
August 6, 2026 19:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Clears 6 of 10 open Dependabot alerts across the AWS install path and the example apps.
Fix
aws/cdk: bump
aws-cdk-libfloor to^2.263.0. brace-expansion is a bundledDependency of aws-cdk-lib, so an npm override cannot rewrite it; the only fix is a cdk-lib release that bundles a patched version. 2.263.0 bundles brace-expansion 5.0.8 (was 5.0.7). Targeted bump against the existing lockfile, so thefast-xml-parseroverride and the rest of the tree are untouched.examples: add
aiohttp>=3.14.3andcryptography>=50.0.0to[tool.uv].constraint-dependencies, matching the existing idna/starlette pinning pattern.uv lockre-resolves both transitives to the patched versions.Validation
npm run build(tsc) andnpm run synthpass; aws-cdk CLI floats to 2.1135.0; lockfile shows bundled brace-expansion at 5.0.8;npm auditreports the single remaining high is chore(deps): bump dompurify from 3.4.5 to 3.4.12 in /docs/starlight-docs #334.uv lock --checkanduv sync --frozenpass; aiohttp resolves to 3.14.3, cryptography to 50.0.0.uv lock --checkpasses; cryptography resolves to 50.0.0.Not fixed in this PR