Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ <h3 class="writing-item-title">Terraform is Like a Dishwasher: Great for Daily L
<p class="oss-title">Found shared mutable class-level context causing instance data leakage</p>
<p class="oss-desc">All <code>Confidence</code> instances shared the same class-level <code>context</code> dict — setting context on one silently contaminated all others. Identified the root cause, proposed moving initialization to <code>__init__</code>, and flagged a secondary risk with a shared <code>httpx.AsyncClient</code>.</p>
</div>
<span class="oss-status">Open ↗</span>
<span class="oss-status">Closed ↗</span>
</a>

</section>
Expand Down
Loading