From b605c5238d2a6b89efe113d6a55b6a9c5f9ee798 Mon Sep 17 00:00:00 2001 From: Mike Lewis <76072290+mikeCRL@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:31:30 -0400 Subject: [PATCH] Update src/current/advisories/a133479.md --- src/current/advisories/a133479.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/advisories/a133479.md b/src/current/advisories/a133479.md index b4c863cfc91..2d2d7c434a3 100644 --- a/src/current/advisories/a133479.md +++ b/src/current/advisories/a133479.md @@ -12,7 +12,7 @@ Publication date: {{ page.advisory_date | date: "%B %e, %Y" }} ## Description -CockroachDB diagnostics reporting, if enabled for a cluster in CockroachDB Cloud or in a Self-Hosted deployment, could have been sending the values of the cluster settings specified below through the telemetry payload sent to Cockroach Labs or stored by you locally. This behavior was due to a bug that incorrectly used user-configurable cluster setting redaction code paths when reporting diagnostics. This data is no longer stored by Cockroach Labs and is no longer sent after the cluster is upgraded to a patch release with the fix. +CockroachDB diagnostics reporting, if enabled for a cluster in CockroachDB Cloud or in a Self-Hosted deployment, could have been sending the values of the cluster settings specified below through the telemetry payload sent to Cockroach Labs or stored by you locally. This behavior was due to a bug that incorrectly used user-configurable cluster setting redaction code paths when reporting diagnostics. This data is no longer stored by Cockroach Labs and is no longer sent in upcoming patch releases. The data would be sent only if the [cluster setting]({% link v24.2/cluster-settings.md %}) `diagnostics.reporting.enabled` was set to `true` and `server.redact_sensitive_settings.enabled` was set to `false`. These are the default values for those cluster settings.