Treat -1(All) as a common port
This commit is contained in:
parent
e75c2d91e5
commit
2edbdac8b9
@ -67,6 +67,7 @@ class VPCRuleChecker(RuleChecker):
|
|||||||
|
|
||||||
def restricted_common_ports(self):
|
def restricted_common_ports(self):
|
||||||
common_ports = [
|
common_ports = [
|
||||||
|
-1, # All
|
||||||
22, # SSH
|
22, # SSH
|
||||||
80, # HTTP
|
80, # HTTP
|
||||||
3306, # MySQL
|
3306, # MySQL
|
||||||
|
Loading…
Reference in New Issue
Block a user