Replies: 2 comments
-
|
Hi @rubtoa, this is a great idea! Whenever we create dependencies between the checks we will add this case for sure. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I just noticed that the function that checks specific ports ingress rules will fire when u have an allow 0.0.0.0-> any rule.
This means that ALL the specific port ranges rules will fire on top of the ec2_securitygroup_allow_ingress_from_internet_to_any_port
From my perspective, this causes redundant noise - the way i see it only the ec2_securitygroup_allow_ingress_from_internet_to_any_port should fire (and maybe be flagged as critical and not high)
WDYT
Beta Was this translation helpful? Give feedback.
All reactions