The Wire · Showcase
REALTIME PATCHES CVE, STUDIO CONSOLIDATES LOGIN FLOWS
By RepoJournal · Filed · About Supabase
Supabase Realtime shipped a security update addressing published CVE vulnerabilities in Decimal and Postgrex dependencies, while the Studio team unified CLI authentication onto a shared interstitial pattern.
The Realtime team [1] moved fast on dependency updates to close the CVE exposure, bundled into v2.94.0 [4] which also ships improved error tagging for metric pusher failures. This follows the pattern of the last 48 hours: small, focused security and observability wins stacking across the platform. On the frontend, Studio's CLI login route [2] now uses the shared connect interstitial layout instead of the legacy API auth pattern—a cleanup that mirrors the organisation invite refactoring work completed earlier this week [5]. The ETL pipeline tightened numeric type handling [3] to respect Postgres storage limits while preserving special values like `money` arrays, solving a class of silent data corruption bugs on BigQuery and ClickHouse syncs. Across all desks, the pattern is consistent: less UI debt, tighter type safety, faster security responses.
Action items
- → Deploy Realtime v2.94.0 to close CVE in Decimal and Postgrex supabase/realtime [immediate]
- → Verify ETL pipelines with updated numeric type handling before next sync supabase/etl [plan]
- → Monitor Realtime migration reconciliation for FunctionClauseError on tenant removal supabase/realtime [monitor]
References
- [1] fix: update `Decimal` and `Postgrex` due to published CVE (#1862) supabase/realtime
- [2] feat(studio): move CLI login to connect interstitial (#45814) supabase/supabase
- [3] fix(types): Improve handling of data types ↗ supabase/etl
- [4] v2.94.0 ↗ supabase/realtime
- [5] refine organisation invite state helpers ↗ supabase/supabase
FAQ
- What changed in Supabase on May 13, 2026?
- Supabase Realtime shipped a security update addressing published CVE vulnerabilities in Decimal and Postgrex dependencies, while the Studio team unified CLI authentication onto a shared interstitial pattern.
- What should Supabase teams do about it?
- Deploy Realtime v2.94.0 to close CVE in Decimal and Postgrex • Verify ETL pipelines with updated numeric type handling before next sync • Monitor Realtime migration reconciliation for FunctionClauseError on tenant removal
- Which Supabase repositories shipped on May 13, 2026?
- supabase/realtime, supabase/supabase, supabase/etl