v2.26.6 — Security release
Immutable
release. Only release title and notes can be modified.
Security release addressing three advisories reported via GitHub private vulnerability reporting and published 2026-07-07. All users should upgrade from 2.26.5.
Security fixes
- GHSA-2956-977x-2w3r (Critical) — Arbitrary file write via
image.downloadand other file-writing modules. Writes are now confined toFLYTO_SANDBOX_DIRvia the central path guard. - GHSA-hr7p-wg7r-hg9m (High) —
${env.VAR}interpolation bypassed theenv.getdenylist.${env.*}is now deny-by-default, opt-in viaFLYTO_ENV_VAR_ALLOWLIST. - GHSA-qq9q-xgm3-xv9g (High) — Environment-derived LLM/API keys could be sent to a caller-controlled
base_url. Env keys are now only attached to the official endpoint or hosts onFLYTO_TRUSTED_LLM_HOSTS.
Upgrade
pip install --upgrade flyto-core==2.26.6
Reported by @kaimandalic. See CHANGELOG.md for full details.