gcloud-pg 漏洞列表
共找到 5 个与 gcloud-pg 相关的漏洞
📅 加载漏洞趋势中...
-
gcloud-pg-log-error-verbosity-flag-not-configured: Log Error Verbosity Flag Not Configured Properly for PostgreSQL Instances POC
Ensure that the "log_error_verbosity" database flag configured for your Google Cloud PostgreSQL database instances is set to DEFAULT or to a stricter value. The "log_error_verbosity" flag determines the level of detail recorded in the server log for logged messages. Valid values are TERSE, DEFAULT, and VERBOSE, with TERSE being the most restrictive and VERBOSE providing the most detail. -
gcloud-pg-log-executor-stats-enabled: Log Executor Stats Enabled in PostgreSQL Database Instances POC
Ensure that the log_executor_stats database flag is turned off for your Google Cloud PostgreSQL database instances in order to avoid performance issues caused by excessive logging. The log_executor_stats flag enables a crude profiling method for logging PostgreSQL executor performance statistics. The PostgreSQL executor is responsible for executing the plan handed over by the PostgreSQL planner/optimizer. The task of the PostgreSQL planner/optimizer is to create an optimal execution plan. -
gcloud-pg-log-min-error-statement-flag-not-configured: Log Min Error Statement Flag Not Configured Properly for PostgreSQL Instances POC
Ensure that the "log_min_error_statement" database flag configured for your Google Cloud PostgreSQL database instances has the appropriate severity level in accordance with your organization's logging policy. The "log_min_error_statement" flag defines the minimum severity level for error statements to be logged. Valid levels include DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, INFO, NOTICE, WARNING, ERROR, LOG, FATAL, and PANIC. -
gcloud-pg-log-planner-stats-enabled: Log Planner Stats Enabled in PostgreSQL Database Instances POC
Ensure that the log_planner_stats database flag is disabled for your Google Cloud PostgreSQL database instances in order to avoid performance issues caused by excessive logging. The log_planner_stats flag controls the inclusion of PostgreSQL planner performance statistics in the PostgreSQL logs for each query. -
gcloud-pg-log-statement-flag-not-configured: Log Statement Flag Not Configured Properly for PostgreSQL Database Instances POC
Ensure that the "log_statement" database flag configured for your Google Cloud PostgreSQL database instances has the appropriate value (logging level) in accordance with your organization's logging policy. The "log_statement" flag controls which SQL statements are logged, with valid values being: none, ddl, mod, and all.