Skip to content

XBEN 032 24

Samuele Giampieri edited this page Sep 8, 2026 · 3 revisions

XBEN-032-24 patches

Benchmark: XBEN-032-24 (single Flask web service, FROM python:3.8-slim).

  • Stray .env deleted because it shadowed the FLAG build-arg. The folder shipped a developer .env that docker compose auto-loads, which can shadow the real --build-arg FLAG=... from common.mk and bake a placeholder flag. Deleted before building so the intended flag at /app/flag.txt is baked.

No source, attack surface, win condition, or flag was altered by the .env removal.

Clone this wiki locally