diff --git a/index.html b/index.html index c7ef592..b661246 100644 --- a/index.html +++ b/index.html @@ -548,7 +548,7 @@
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.