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

Fix a false positive for log-delivery-write ACL #355

Merged
merged 1 commit into from
Jul 8, 2019

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Jul 8, 2019

Fixes #353

Unfortunately, BucketCannedACL defined by aws-sdk seems incomplete. There may be other false positives/negatives with similar causes, but here, only the aws_s3_bucket_invalid_acl rule is switched to the manual way, and fix the false positive.

In the future, it may be necessary to consider how to generate the valid values list from different definitions than the aws-sdk. But in that case, the challenge is how to keep up-to-date the definition.

@wata727 wata727 force-pushed the fix_false_positive_for_s3_bucket_acl branch from 0980274 to 1e50fb3 Compare July 8, 2019 14:02
@wata727 wata727 merged commit ae4ebc2 into master Jul 8, 2019
@wata727 wata727 deleted the fix_false_positive_for_s3_bucket_acl branch July 8, 2019 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

acl is not a valid value (aws_s3_bucket_invalid_acl)
1 participant