Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify S6327: Improve the recommended fix #4543

Merged
merged 4 commits into from
Nov 27, 2024
Merged
Changes from 1 commit
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
7 changes: 6 additions & 1 deletion rules/S6327/recommended.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
== Recommended Secure Coding Practices

It's recommended to encrypt SNS topics that contain sensitive information. Encryption and decryption are handled transparently by SNS, so no further modifications to the application are necessary.
It is recommended to encrypt SNS topics that contain sensitive information.

To do so, create a master key and affect the SNS topic to it. Without a master

Choose a reason for hiding this comment

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

Is "affect" the right word here?

key, called `KmsMasterKeyId` in diverse SDKs, the SNS topic is not encrypted by deafult.
loris-s-sonarsource marked this conversation as resolved.
Show resolved Hide resolved