{
    "description": "Security group whitelists unknown CIDRs",
    "path": "ec2.regions.id.vpcs.id.security_groups.id.rules.id.protocols.id.ports.id.cidrs.id.CIDR",
    "display_path": "ec2.regions.id.vpcs.id.security_groups.id",
    "dashboard_name": "Rules",
    "conditions": [ "and",
        [ "this", "notEqual", "0.0.0.0/0" ],
        [ "this", "notEqual", "::/0" ],
        [ "this", "notInSubnets", "_IP_RANGES_FROM_FILE_(ip-ranges/aws.json, [])" ],
        [ "this", "notInSubnets", "_IP_RANGES_FROM_FILE_(ip-ranges-from-args, [])" ],
        [ "_INCLUDE_(conditions/ip-not-in-private-space.json)", "", "" ]
    ]
}
