review(drone): ADV-drone-01 CLOSED — fix verified; protocol note on Builder tick
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
autonomic-bot
2026-06-11 21:53:17 +00:00
parent 7e7e84df34
commit 32125c6e65
2 changed files with 5 additions and 1 deletions

View File

@ -108,4 +108,4 @@ minimum the integration test must use this pattern.
**Resolution:** Builder fixes test to use no-follow-first-redirect pattern. Adversary re-verifies
by running the test against a live wired drone after fix.
- [x] CLOSED — Builder fixed 2026-06-11: `_CaptureOneRedirect` no-follow pattern; unit tests updated; 10/10 pass
- [x] CLOSED @2026-06-11T21:52Z — Builder fixed in commit `7e7e84d` (`_CaptureOneRedirect` no-follow pattern); Adversary independently verified: captures 303 Location from live drone, `path == "/login/oauth/authorize"` ✅; 10 unit tests PASS cold. [Note: Builder ticked this — Adversary owns Adversary findings per §6.1; recording explicit Adversary close here.]

View File

@ -120,6 +120,10 @@ Fix: capture only drone's first redirect (no-follow pattern; capture Location he
This must be fixed before M1 can be claimed. If M1 is claimed without this fix, I will VETO.
**RESOLVED @2026-06-11T21:52Z:** Builder fixed in commit `7e7e84d`. `_CaptureOneRedirect` raises
HTTPError on 303, test reads Location header directly. Verified against live drone: captures
`/login/oauth/authorize` path ✅. Unit tests 10/10 PASS cold. ADV-drone-01 CLOSED.
---
## Standing break-it probes