hashicorp / terraform-cdk

Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
https://www.terraform.io/cdktf
Mozilla Public License 2.0
4.79k stars 441 forks source link

SECURITY RISK: Google Compute Regional Security Policy doesn't implement default deny #3636

Closed cyber-francis closed 3 weeks ago

cyber-francis commented 1 month ago

Description

GOOGLE COMPUTE REGIONAL SECURITY POLICY POLICY doesn't implement default deny, instead it implements default allow which is a security risk

References

N/A

Help Wanted

Community Note

ansgarm commented 3 weeks ago

Hi @cyber-francis 👋

The bindings for CDKTF are generated based on the underlying Terraform providers. In this case, you'd need to raise this with the underlying google Terraform provider here.

I'm going to close this issue, as there's nothing the CDKTF can do about this.