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

AWS_DYN_001 False negative #53

Open
ThomasLachaux opened this issue Nov 23, 2022 · 0 comments
Open

AWS_DYN_001 False negative #53

ThomasLachaux opened this issue Nov 23, 2022 · 0 comments
Labels
bug Something isn't working team:library-lovelace

Comments

@ThomasLachaux
Copy link

I work on a project where all DynamoDB tables are maked as wrong on check AWS_DYN_001

❌ AWS_DYN_001 Dynamodbs are encrypted - 0/9
	Dynamodb encryption is not enabled on db-1
	Dynamodb encryption is not enabled on db-2
	Dynamodb encryption is not enabled on db-3

However, on the AWS Console, the table is encrypted
image

The issue may come that the following command returns null

$ aws dynamodb describe-table --table-name db-1 --query "Table.SSEDescription.Status"
null
@ThomasLachaux ThomasLachaux added the bug Something isn't working label Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working team:library-lovelace
Projects
None yet
Development

No branches or pull requests

1 participant