-
zerotea v0.0.3 Stable
released this
2026-07-02 21:14:15 +00:00 | 233 commits to main since this releaseAdded
- Tier 1 + Tier 2 wired into the public API: 30 modules re-exported from
root.zig(tier 1: address, mac, hexutil, inetaddress, dictionary,
multicastgroup, buffer, version_info, utils, protocol; tier 2: identity,
path, packet, incomingpacket, credential, com, coo, tag, revocation,
capability, networkconfig, world, membership, selfawareness, dns, bond,
metrics, outboundmulticast, topology, peer). 60 grind PRs total, each
red/green TDD on its own branch, landed CI-green. - 12 new fuzz targets covering every untrusted-input decoder that landed:
dictionary, inetaddress, buffer reader, hexutil, identity, packet header,
verb dispatch, the five credential decoders, world, networkconfig, dns,
version/mac text forms (18 targets total).
Changed
zerotea-fuzz --budgetis now the TOTAL wall budget, split evenly across
selected targets (min 1s each). Per-target budgets scaled O(decoders) and
would have blown the release pipeline's 30-minute cap at 18 targets.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Tier 1 + Tier 2 wired into the public API: 30 modules re-exported from