RepoJournal
Shopify

Shopify

Hydrogen, Polaris, and the CLI - the dev platform behind millions of stores

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

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

SHOPIFY CLI PATCHES SESSION DATA LEAK IN DEBUG LOGS

By RepoJournal · Filed · About Shopify

Shopify CLI just plugged a security hole that was exposing session cookies in debug output, and you need to pull this immediately.

The vulnerability [1] [2] was straightforward but critical: cookies weren't being redacted from debug logs, meaning anyone tailing logs in development could see session data. The fix adds 'cookie' to the sanitized keywords list and updates tests to verify it sticks. This is the kind of silent leak that works its way into production logs if you're not careful.

In parallel cleanup, the team reverted the entire hosted app project [3] after deciding to shelf that feature work. They preserved the asset upload infrastructure so other extension types keep working, but this was a full strategic step back on the admin extensibility roadmap. Worth noting if you were tracking that initiative.

Two smaller refinements landed: filesystem mocks got cleaned up in copy-by-pattern tests [4], and git tag retrieval logic shed some duplication [5]. Both reduce maintenance burden, neither blocks your deploys.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] [Security] Redact cookies from debug logs Shopify/cli
  2. [2] Merge pull request #7531 from Shopify/sentinel/redact-cookies-3070110335838284999 Shopify/cli
  3. [3] Revert hosted app project changes ↗ Shopify/cli
  4. [4] Merge pull request #7538 from Shopify/tester/remove-fs-mocks-copy-by-pattern-220001070802494390 Shopify/cli
  5. [5] Merge pull request #7546 from Shopify/jules-refactor-git-tag-duplication-12497117072717296991 Shopify/cli

Quick answers

What shipped in Shopify on May 21, 2026?
Shopify CLI just plugged a security hole that was exposing session cookies in debug output, and you need to pull this immediately. In total, 19 commits and 13 pull requests landed.
Who contributed to Shopify on May 21, 2026?
1 developer shipped this update, including MitchLillie.
What were the notable Shopify updates?
[Security] Redact cookies from debug logs, Merge pull request #7531 from Shopify/sentinel/redact-cookies-3070110335838284999, and Revert hosted app project changes.

More from Shopify

Daily updates, in your inbox

Follow Shopify

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

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?