nccgroup / ScoutSuite

Multi-Cloud Security Auditing Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

False positive - GCP Cloud SQL - "Instance with Binary Logging Disabled"

tjensen opened this issue · comments

ScoutSuite version 5.13.0 running in GCP reports PostgreSQL instances as having binary logging disabled (it actually says logs are "Unknown" when you look at the details) but according to the Google API docs, the BackupConfiguration object's binaryLogEnabled field is "MySQL only". Since this field is unavailable for PostgreSQL instances, the "Instance with Binary Logging Disabled" finding should not be reported for PostgreSQL instances.