diff --git a/index.html b/index.html index ed2f82b..9777b96 100644 --- a/index.html +++ b/index.html @@ -565,6 +565,15 @@
Open Source
+ +
+ 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.
- 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.