疑似Oday
Ensure that Google Cloud VPC network firewall rules do not allow unrestricted access (0.0.0.0/0 on TCP port 5432). Restrict PostgreSQL traffic to trusted IP addresses or IP ranges to implement the Principle of Least Privilege (POLP) and reduce the attack surface.
id: gcloud-unrestricted-postgresql-access
info:
name: Check for Unrestricted PostgreSQL Database
...