-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational DatabasedocumentationThis is a problem with documentation.This is a problem with documentation.effort/mediumMedium work item – several days of effortMedium work item – several days of effortneeds-cfnThis issue is waiting on changes to CloudFormation before it can be addressed.This issue is waiting on changes to CloudFormation before it can be addressed.p3
Description
Describe the issue
PostgreSQL has vulnerability CVE-2026-2004 and to my understanding aurora supporta already newer than affected version. When version flag unpated next time ?
I used this my code below way:
const dbCluster = new DatabaseCluster(this, 'dbcluster', {
engine: DatabaseClusterEngine.auroraPostgres({
version: AuroraPostgresEngineVersion.VER_15_14,
}),
...
});
I need update least 15.16
Links
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational DatabasedocumentationThis is a problem with documentation.This is a problem with documentation.effort/mediumMedium work item – several days of effortMedium work item – several days of effortneeds-cfnThis issue is waiting on changes to CloudFormation before it can be addressed.This issue is waiting on changes to CloudFormation before it can be addressed.p3