Commit 7639306
Security hardening and cleanup from full code review
- Remove pickle deserialization support (RCE vector)
- Validate message_type before formatting into schema registry URI
- Remove env var dump from Sentry exception reports
- Enforce TLS cert verification for non-default SSL protocols
- Fix stop_consumer not awaiting async shutdown() coroutine
- Fix reject() RuntimeError when no_ack=True during shutdown
- Fix STATE_PROCESSING collision with STATE_ACTIVE (0x04 -> 0x09)
- Fix GarbageCollectorMixin not reading settings from positional args
- Add UV_CONFIG_FILE=/dev/null to CI workflow
- Remove S301 ruff suppression (no longer needed without pickle)
- Delete stale files: .travis.yml, .codeclimate.yml, README.rst,
requires/, init.d/
- Fix redundant import in tests/mocks.py
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d22b034 commit 7639306
15 files changed
Lines changed: 45 additions & 375 deletions
File tree
- .github/workflows
- init.d
- rejected
- requires
- tests
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| 46 | + | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments