Files
leadchat/config
Pranav 2adc040a8f fix: Validate blob before attaching it to a record (#13115)
Previously, attachments relied only on blob_id, which made it possible
to attach blobs across accounts by enumerating IDs. We now require both
blob_id and blob_key, add cross-account validation to prevent blob
reuse, and centralize the logic in a shared BlobOwnershipValidation
concern.

It also fixes a frontend bug where mixed-type action params (number +
string) were incorrectly dropped, causing attachment uploads to fail.
2025-12-19 19:02:21 -08:00
..
2025-08-08 17:57:30 +05:30
2025-11-18 18:39:51 -08:00
2019-08-19 13:49:57 +05:30
2019-08-14 15:18:44 +05:30
2025-12-19 12:41:33 -08:00
2022-07-12 12:27:33 +02:00
2025-12-17 07:54:50 -08:00
2019-08-15 23:08:36 +05:30
2019-10-20 14:17:26 +05:30
2024-10-02 00:36:30 -07:00