Skip to content

Commit 54d6a7c

Browse files
authored
Chore: [AEA-0000] -add more inspector supressions for cdk-utils (#1925)
## Summary - Routine Change ### Details - more supressions in inspector for cdk-utils
1 parent ed81beb commit 54d6a7c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

packages/cdk/resources/InspectorFilters.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,16 @@ export class InspectorFilters extends Construct {
8686
{id: "CVE-2025-61729", expiry: new Date("2026-06-01")}, // https://nvd.nist.gov/vuln/detail/CVE-2025-61729
8787
// cdk-utils repo
8888
// suppression of vulnerability in golang stdlib - imported from asdf. Fine to suppress
89-
{id: "CVE-2026-23745", expiry: new Date("2026-06-01")} // https://nvd.nist.gov/vuln/detail/CVE-2025-61729
89+
{id: "CVE-2026-23745", expiry: new Date("2026-06-01")}, // https://nvd.nist.gov/vuln/detail/CVE-2025-23745
9090
// cdk-utils and fhir facade repo
9191
// suppression of vulnerability in tar. Waiting for npm to release fix https://github.com/npm/cli/issues/8917
92+
{id: "CVE-2026-23950", expiry: new Date("2026-06-01")}, // https://nvd.nist.gov/vuln/detail/CVE-2026-23950
93+
// cdk-utils repo
94+
// suppression of vulnerability in tar. Waiting for next release of node 24.x
95+
{id: "CVE-2026-24049", expiry: new Date("2026-06-01")} // https://nvd.nist.gov/vuln/detail/CVE-2026-24049
96+
// cdk-utils repo
97+
// suppression of vulnerability in python wheel installed by aws-cli. Waiting for new release upstream
98+
9299
]
93100

94101
const today = new Date()

0 commit comments

Comments
 (0)