TaipanStack v0.2.6 — Security Audit Resolution¶
Date: February 17, 2026
Overview¶
v0.2.6 is a security patch that resolves all findings from the Bandit and Safety security audit tools.
What Changed¶
🛡️ Security Fixes¶
- Prefixed unused signal handler params with underscore (
_signum,_frame) - Prefixed unused context manager param with underscore (
_exc_tb) - Added security comment for safe
random.uniformusage (non-cryptographic jitter) - Updated Safety policy to ignore disputed CVE-2022-42969 (
py 1.11.0)
🧪 Quality¶
- All 642 tests passing with 96.62% coverage
Full Changelog: v0.2.5...v0.2.6