[Analyse 2026-05-28] TafForge-App vom beweglichen main-Branch geklont (mutable Supply-Chain-Ref) #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Datei: misc/build.func:24 (auch install/teddytafforge-install.sh:20-21,41; vendor/tafforge-install/lxc/install.sh:75-76,122-124; update-app.sh:52)
Problem: Verifiziert: TAFFORGE_REF_DEFAULT='main' (build.func:24), geklont via git clone --depth=1 --branch main und
git reset --hard origin/$APP_REPO_REF. TeddyCloud ist auf Tag tc_v0.6.8 gepinnt, aber die primaere App, die als uvicorn-systemd-Service laeuft, kommt von einem beweglichen Branch ohne Commit-Pin/Verifikation. update-app.sh zieht ebenfalls von main.Impact: Installs nicht reproduzierbar; jede Manipulation an upstream main (kompromittierter Account, bösartiger PR-Merge, force-push) wird bei jedem Fresh-Install und Update still als root-installierter systemd-Service deployt.
Empfehlung: TAFFORGE_REF_DEFAULT auf Release-Tag/Commit-SHA pinnen und dem Operator sichtbar machen; geklonten Tree vor Build gegen erwarteten Commit-Hash verifizieren.