mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-13 12:33:15 +02:00
- Use shlex.split() instead of str.split() for bitcoin-cli commands to prevent command injection via crafted config values - Remove partial threading.Lock usage that only guarded writes but not reads, relying on Python's GIL for atomic attribute assignment - Remove unused threading import (Lock) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| animations.py | ||
| data.py | ||
| generative.py | ||
| renderer.py | ||
| sound.py | ||
| sparkline.py | ||
| widgets.py | ||