RepoJournal
Elixir & Phoenix Elixir & Phoenix
107 wires and counting

$ follow Elixir & Phoenix

Keep up with Elixir & Phoenix 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-07-14
stories 6

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

PHOENIX LIVE VIEW PATCHES SCHEME VALIDATION BYPASS

By RepoJournal · Filed · About Elixir & Phoenix · Composed from the cited sources · methodology

Phoenix LiveView 1.2.7 ships an emergency security fix for a scheme validation bypass that could let attackers inject malicious URLs into your application.

The LiveView team cut a release overnight to close CVE-2026-58228 [1], a vulnerability in Phoenix.LiveView.Utils that fails to properly validate URI schemes. This is the kind of silent killer that gets exploited in production before you notice it. The fix is in , and you need it before your next deploy. On the Elixir side, the core team landed a documentation fix for Process.dest() and Process.send/3 [2], tightening up specs that were causing confusion in the typechecker. LiveView also reverted a recent commit and added test coverage [3] to prevent regression. Minor stuff compared to the security hole, but worth noting if you're tracking every merge.

Action items

References

  1. [1] v1.2.7 ↗ phoenixframework/phoenix_live_view
  2. [2] Fix `Process.dest()` spec and `Process.send/3` doc upd ↗ elixir-lang/elixir
  3. [3] revert 4b63216, add test ↗ phoenixframework/phoenix_live_view

Quick answers

What shipped in Elixir & Phoenix on July 14, 2026?
Phoenix LiveView 1.2.7 ships an emergency security fix for a scheme validation bypass that could let attackers inject malicious URLs into your application. In total, 4 commits, 1 pull requests, and 1 releases landed.
Who contributed to Elixir & Phoenix on July 14, 2026?
3 developers shipped this update, including Alexander Gubarev, Steffen Deusch, and github-actions[bot].
What were the notable Elixir & Phoenix updates?
v1.2.7, Fix `Process.dest()` spec and `Process.send/3` doc upd, and revert 4b63216, add test.