Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/NEW_CONSTRUCTS_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,11 @@ Whether publishing your own package or making a PR against aws-cdk-lib immediate
1. Publish: publish your new constructs as an alpha module
1. Iterate: respond to issues from users, fix bugs and optimize usage patterns
1. Stabilize: settle on the api and create a new PR migrating all constructs stability to "stable"
### Alpha modules security stance

**Alpha modules do NOT go through a security review**

A Developer preview or GA module do go through these extensive security review

#### What does a security review mean ?
The term "Security review" covers threat modelling : Identification of threats, implementing mitigations for those threats and adding tests(unit and integration) to ensure the mitigations are always in place
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have we run this by the relevant stakeholders?

Loading