Treat -1(All) as a common port

This commit is contained in:
EC2 Default User 2024-08-14 07:04:56 +00:00
parent e75c2d91e5
commit 2edbdac8b9

View File

@ -67,6 +67,7 @@ class VPCRuleChecker(RuleChecker):
def restricted_common_ports(self):
common_ports = [
-1, # All
22, # SSH
80, # HTTP
3306, # MySQL