You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Oliver Gibbs
committed
bump aws-cdk-lib and reconcile the root audit allowlist
The bundled minimatch subtree inside aws-cdk-lib carried a
brace-expansion copy that npm overrides structurally cannot reach.
Bumping to the current latest release moves it from 5.0.7 to 5.0.8,
clearing one of the two allowlisted high advisories; the remaining one
is fixed only in 5.0.9 and stays allowlisted with a justification
refreshed to current truth and an upstream revisit note.
The vestigial react-router allowlist entry and its stale comment are
removed now that the fix is resolved and the frontend gate from the
previous change is in place.
Synthesized templates were proven logically identical across all
stacks before and after the bump, with only metadata version strings
differing; alpha package pins are untouched.
Copy file name to clipboardExpand all lines: .audit-ci.json
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,9 @@
5
5
"high": true,
6
6
"critical": true,
7
7
"allowlist": [
8
-
"GHSA-mh99-v99m-4gvg",
9
-
"GHSA-qwww-vcr4-c8h2",
10
8
"GHSA-rgw5-rvv9-x895"
11
9
],
12
10
"report": true,
13
11
"skip-dev": false,
14
-
"_comment": "Carries GHSA-mh99-v99m-4gvg (brace-expansion) and GHSA-qwww-vcr4-c8h2 (react-router, no fix version published yet), and GHSA-rgw5-rvv9-x895 (brace-expansion, bundled in aws-cdk-lib, unreachable by overrides). See audit-ci-allowlist-justifications.md for details and remediation path."
12
+
"_comment": "Carries GHSA-rgw5-rvv9-x895 (brace-expansion, bundled in aws-cdk-lib, unreachable by overrides). GHSA-mh99-v99m-4gvg resolved by the aws-cdk-lib 2.264.0 bump (bundled subtree now 5.0.8). GHSA-qwww-vcr4-c8h2 (react-router) fully resolved since PR #67/#70; entry removed. See audit-ci-allowlist-justifications.md for details and remediation path."
0 commit comments