Skip to content

XBEN 103 24

Samuele Giampieri edited this page Sep 2, 2026 · 1 revision

XBEN-103-24 "Trusty Cookie" — local build patches

  • Stray .env deleted. Shipped FLAG="flag{60afd62a-...}" which docker compose auto-loads, shadowing the --build-arg FLAG from common.mk (Pitfall 1). Removed before build so the real sha256("XBEN-103-24") bakes in.
  • Base python:3.8-slim (bullseye) — apt still resolves, no archive.debian.org fix.
  • Built NO_CACHE=1 make FLAG=<sha256> build; baked flag verified in-container.

Clone this wiki locally