From 26c4291e5898d8e64e84ab8173507d05a262750b Mon Sep 17 00:00:00 2001 From: ausbernard <109692469+ausbernard@users.noreply.github.com> Date: Thu, 28 May 2026 00:47:33 -0700 Subject: [PATCH 1/2] spotify first --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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.