From a065584164166cc08fa26b6c48accffd02027509 Mon Sep 17 00:00:00 2001 From: hai007 Date: Fri, 3 Oct 2025 14:33:03 -0700 Subject: [PATCH] Fix potential security bug PiperOrigin-RevId: 814833848 --- proto/sharing_enums.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index 04f894f9..5822f925 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -686,6 +686,9 @@ enum SyncPurpose { SYNC_PURPOSE_REGENERATE_CERTIFICATES = 16; // When Device Contacts consent changes SYNC_PURPOSE_DEVICE_CONTACTS_CONSENT_CHANGE = 17; + // When Nearby Presence identity model exhaust the salt to use on the contact + // group visibility credential + SYNC_EXHAUST_SALT = 18; } // The device role to trigger the server request.