From 8e71884f8f210f949d3f04170f82ba7246475a9e Mon Sep 17 00:00:00 2001 From: ausbernard <109692469+ausbernard@users.noreply.github.com> Date: Tue, 26 May 2026 09:17:52 -0700 Subject: [PATCH] chore: moved to closed --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c7ef592..b661246 100644 --- a/index.html +++ b/index.html @@ -548,7 +548,7 @@

Terraform is Like a Dishwasher: Great for Daily L

Found shared mutable class-level context causing instance data leakage

All Confidence instances shared the same class-level context dict — setting context on one silently contaminated all others. Identified the root cause, proposed moving initialization to __init__, and flagged a secondary risk with a shared httpx.AsyncClient.

- Open ↗ + Closed ↗