fix(checks): align AVD-AWS-0107 and AVD-AWS-0105 checks with CIS Benchmarks #257
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes alignment of
AVD-AWS-0107
andAVD-AWS-0105
checks with AWS CIS benchmarks v1.2 and v1.4.AVD-AWS-0107
Before: The check is triggered if a CIDR defines more than one public IP
Now: The check is triggered if the rule contains a CIDR that defines all available IP addresses, and uses TCP or UDP protocols for SSH or RDP ports.
Severity changed from
CRITICAL
toHIGH
.Ref:
AVD-AWS-0105
Before: The check is triggered if a CIDR defines more than one public IP
Now: The check is triggered if the rule contains a CIDR that defines all available IP addresses and uses the TCP protocol for SSH or RDP ports. Severity changed from
CRITICAL
toMEDIUM
and check added toaws-cis-1.4
compliance.Ref:
Fixes:
Related PRs: