Skip to main content
Five Drupal modules just got marked “unsupported” — the contrib abandonment tax
drupal

Five Drupal modules just got marked “unsupported” — the contrib abandonment tax

On July 22 the Drupal security team shipped ten contrib advisories — five with no fix, just 'uninstall it.' What 'unsupported' actually means (including why they all read 'Critical' regardless of real severity), why it keeps happening, and the audit I now run on my own composer.json.

2026-07-29 / 04 min
Drupal's rough summer: when the thing that stops SQL injection is the SQL injection
drupal

Drupal's rough summer: when the thing that stops SQL injection is the SQL injection

Three core security advisories in a month, including a highly critical SQL injection in the database abstraction layer itself — exploited in the wild, anonymous, PostgreSQL-only. My blog runs MariaDB so I dodged it, but the JSON:API object-injection pair hit closer to home. What actually happened, and why serialized fields plus unserialize() are a bomb you keep in the building.

2026-07-27 / 04 min
hook_ is dying (slowly) and I started rewriting my .module files anyway
drupal

hook_ is dying (slowly) and I started rewriting my .module files anyway

Attribute hooks have been stable since Drupal 11.1, so I converted this blog's SEO module from a procedural .module file to a #[Hook] class. The catch nobody mentions: procedural hooks aren't actually deprecated yet and won't be removed before Drupal 13, around 2028. What's worth doing now, what isn't, and the LegacyHook trap that quietly fires your hook twice.

2026-07-24 / 05 min
FrankenPHP + Drupal: Great Server, but Skip Worker Mode
php

FrankenPHP + Drupal: Great Server, but Skip Worker Mode

Field notes on running Drupal 10/11 on FrankenPHP in classic mode today, why worker mode is still off-limits for Drupal, and how it sits behind my Traefik/Coolify setup.

2026-07-11 / 04 min
I Wired My Coding Agent Into a Live Drupal Site via MCP
drupal

I Wired My Coding Agent Into a Live Drupal Site via MCP

Field notes on connecting a coding agent to a running Drupal install through the AI module's MCP server, and the governance gaps of letting it build content types and run actions.

2026-07-11 / 04 min
I'm Going to DrupalCon Rotterdam 2026
engineering

I'm Going to DrupalCon Rotterdam 2026

A working Drupal dev's honest, first-person take on heading to DrupalCon Rotterdam this September: what it is, why 2026 matters, and my contribution-day nerves.

2026-07-11 / 04 min
Subscribe to Drupal