Axios Supply Chain Attack: DevRail Is Not Affected
Wednesday, April 01, 2026 in Blog
On March 31, 2026, attackers compromised a maintainer account for the axios npm package and published malicious versions containing a cross-platform remote access trojan. This post covers our assessment and why DevRail users are not affected. What …
Swift Language Support
Monday, March 23, 2026 in Blog
DevRail now supports Swift as its ninth language ecosystem. Swift projects get the same standards-driven workflow as every other DevRail-supported language: linting, formatting, testing, and security scanning through consistent Makefile targets and …
Our Response to the Trivy Supply Chain Attack
Monday, March 23, 2026 in Blog
On March 19, 2026, attackers compromised credentials for the Aqua Security GitHub organization and force-pushed 75 of 76 version tags in the trivy-action repository to point at malicious commits containing an infostealer. A malicious Trivy binary …
Kotlin Language Support
Monday, March 23, 2026 in Blog
DevRail now supports Kotlin as its tenth language ecosystem. Whether you are building server-side Kotlin services or Android applications, DevRail provides consistent linting, static analysis, testing, and security scanning through the same Makefile …
v1.6.0 Release
Monday, March 09, 2026 in Blog
v1.6.0 is the largest dev-toolchain release since launch. It adds the eighth language ecosystem, a companion infrastructure tool, three new Makefile targets, and several workflow improvements. This post summarizes everything that shipped. Language …
Terragrunt Support
Thursday, March 05, 2026 in Blog
Terragrunt is now included in the dev-toolchain container as a companion tool to Terraform. Projects that use terragrunt.hcl files get automatic format checking with zero configuration. How It Works There is no new language entry. Terragrunt runs …
Rust Support
Wednesday, March 04, 2026 in Blog
Rust is the eighth language ecosystem in DevRail. Add rust to your .devrail.yml and the full toolchain is available immediately. What Ships The dev-toolchain container includes the complete Rust toolchain and five tools: Concern Tool What It Does …
make fix and Mirror Automation
Tuesday, March 03, 2026 in Blog
Two features shipped today: make fix for auto-remediation and CI-based mirror automation between GitLab and GitHub. make fix make check tells you what’s wrong. make fix fixes what it can. $ make fix ✓ python (ruff format, ruff check --fix) ✓ …
Introducing DevRail
Monday, March 02, 2026 in Blog
The Problem Every team eventually builds its own tooling stack. Linters, formatters, security scanners, test runners – installed differently on every developer’s machine, pinned to different versions in CI, and completely invisible to the …