85 wires and counting

$ follow Shopify

Keep up with Shopify in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-06-12
stories 17

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

SHOPIFY CLI PATCHES DNS REBINDING HOLE IN THEME DEV

By RepoJournal · Filed · About Shopify · Composed from the cited sources · methodology

A critical security vulnerability in theme dev could let malicious sites steal data through DNS rebinding attacks, and Shopify shipped the fix overnight.

The CLI now maintains a strict allowlist of localhost variants (localhost, 127.0.0.1, ::1, 0.0.0.0) and validates every incoming request against it [1], closing a hole that could expose developer data when running theme dev alongside untrusted browser tabs. On the reliability front, E2E cleanup got overhauled to handle the dashboard failures that were leaving orphaned apps behind [2], with per-app retry logic and safer name parsing that should eliminate the stale pagination cursor problems teams hit during bulk discovery. Analytics metadata for app and theme commands was getting lost after the bundled CLI switched to dual module graphs [3], which broke observability on those commands and got fixed to properly thread metadata through the build. The CLI also extended ExtensionInstance.deployConfig to surface app configuration data to extensions like Flow actions [4], unblocking downstream work that needs access to application URLs and settings.

Quick answers

What shipped in Shopify on June 12, 2026?
A critical security vulnerability in theme dev could let malicious sites steal data through DNS rebinding attacks, and Shopify shipped the fix overnight. In total, 11 commits and 6 pull requests landed.
Who contributed to Shopify on June 12, 2026?
4 developers shipped this update, including EvilGenius13, gonzaloriestra, EliasJRH, and lucyxiang.
What were the notable Shopify updates?
create allowlist for localhost variants and validate host on requests, Fix E2E cleanup, and Fix analytics metadata for app/theme.