Thomas Plisson
Thomas Plisson
**By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.** ## Description This policy doesn't exist yet in Checkov and...
# Terraform/Azure/networking.tf adding NSG rule resources tied to a new NSG called 'bad_sg2' Currently the Azure networking resource only include a standalone NSG resource `azurerm_network_security_group ` (renamed `bad_sg1.tf`) with NSG...
**Describe the issue** `CKV_AZURE_9` is not able to identify misconfigurations for NSG rules that include a `source_address_prefix` with a `/0`, like:`/0`. Would suggest replacing `INTERNET_ADDRESSES` in `NSGRulePortAccessRestricted.py` (line 8): ```pytho...