← back to Corvette Dashboard Viewer

5x/sweep-1.md

7 lines

# 5x sweep 1
Target: http://127.0.0.1:9797/
Result: 6/7 (M3 automation FAIL — 1 JS error)
CAUGHT: intermittent console 404 — live-ticker rendered product <img> directly from cdn.shopify.com; a dead CDN asset (rotating through the newest-12 window) logged a network 404 console error.
FIX: added same-origin /img proxy (SSRF-guarded to shopify.com CDN, https only) that returns a transparent PNG placeholder (200) on any upstream non-200/error/timeout; front-end ticker now loads /img?u=<url> instead of the raw CDN URL. Dead images degrade silently → browser never sees a 404.
VERIFIED: real→200 image/jpeg, dead→200 placeholder, SSRF(169.254.169.254)→200 placeholder (not fetched).