File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments