Commit c7e7f26
authored
Fix 1856 (#1857)
* started new dev branch; added audit file
* Sync .cicd security fix and harden hatch_build against silent CFFI degradation (#1856)
Carry over two release-readiness items from the zlmdb 26.6.1 release:
- Bump .cicd (wamp-cicd) 8f520a9 -> f77ca2b to pick up the script/shell
injection fix in the shared identifiers.yml reusable workflow
(GHSA-6658-6vq6-hjpr): untrusted GitHub event fields are passed via env:
as quoted data with a fail-closed branch-name allowlist.
- hatch_build.py: fail the wheel build hard when NVX was requested
(AUTOBAHN_USE_NVX) but the CFFI extension did not compile, instead of
silently emitting a structurally-valid-but-unintended py3-none-any wheel.
A transient native-compile crash (e.g. gcc SIGSEGV under QEMU ARM64
emulation) now aborts with a non-zero exit so CI can retry it. Unlike
zlmdb's mandatory LMDB extension, autobahn's NVX is optional (pure-Python
fallback), so AUTOBAHN_USE_NVX=0 still yields a legitimate pure-Python
wheel.
Note: This work was completed with AI assistance (Claude Code).1 parent 4514e3e commit c7e7f26
4 files changed
Lines changed: 38 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
59 | 81 | | |
60 | 82 | | |
61 | 83 | | |
62 | 84 | | |
63 | | - | |
| 85 | + | |
| 86 | + | |
64 | 87 | | |
65 | 88 | | |
66 | | - | |
| 89 | + | |
67 | 90 | | |
68 | 91 | | |
69 | 92 | | |
| |||
0 commit comments