Skip to content

Commit

Permalink
chore: notice for aws/aws-cdk#27547 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrArnoldPalmer authored Oct 16, 2023
1 parent ecf724e commit ef175b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,18 @@
}
],
"schemaVersion": "1"
},
{
"title": "Incorrect action in policy of Bucket `grantRead` method",
"issueNumber": 27547,
"overview": "Using the `grantRead` method on `aws-cdk-lib/aws-s3.Bucket` results in an invalid action attached to the resource policy which can cause unexpected failures when interacting with the bucket.",
"components": [
{
"name": "aws-cdk-lib/aws-s3.Bucket",
"version": "2.101.0"
}
],
"schemaVersion": "1"
}
]
}

0 comments on commit ef175b1

Please sign in to comment.