Google Cloud PostgreSQL 漏洞列表
共找到 1 个与 Google Cloud PostgreSQL 相关的漏洞
📅 加载漏洞趋势中...
-
gcloud-postgresql-log-disconnections-unenabled: Log Disconnections Flag Not Enabled for PostgreSQL Instances POC
Ensure that the "log_disconnections" database flag is enabled for all your Google Cloud PostgreSQL database instances. When this flag is enabled, PostgreSQL database logs the end of each session. The log output provides information similar to the one generated by the "log_connections" flag, plus the duration of the session. The database flag can be changed at the session start, and it cannot be changed during a session.