mitre / aws-foundations-cis-baseline

InSpec profile to validate your VPC to the standards of the CIS Amazon Web Services Foundations Benchmark
Other
77 stars 30 forks source link

Fix needed for control 1.3 #29

Closed rx294 closed 3 years ago

rx294 commented 4 years ago

password_last_used_days_ago >= 90 check should be filtered for users with console access

https://github.com/mitre/cis-aws-foundations-baseline/blob/master/controls/cis-aws-foundations-1.3.rb#L64-L66

karikarshivani commented 3 years ago

@rx294 I think it's safe to close the issue because the check is being performed now: https://github.com/mitre/aws-foundations-cis-baseline/blob/master/controls/aws-foundations-cis-1.3.rb#L55

Thoughts?

rx294 commented 3 years ago

@karikarshivani agreed. The fix is satisfactory. Closing this issue.