release: toolbox-ng 0.1.24 + toolbox 2.7.22 — SW-neuter #753
Some checks are pending
License Headers / check (push) Waiting to run

This commit is contained in:
CyberMind-FR 2026-06-27 08:43:21 +02:00
parent ad4fc51d21
commit a76da4f783
2 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,17 @@
secubox-toolbox-ng (0.1.24-1~bookworm1) bookworm; urgency=medium
* #753 targeted Service-Worker neuter: PWA news sites (leparisien, cnn,
20minutes, franceinfo) serve their main HTML from a Service-Worker cache, so
the navigation never reaches the MITM and the transparency banner can't be
injected. For an operator-curated allow-list (--sw-neuter-hosts, default
/var/lib/secubox/toolbox/sw-neuter-hosts.txt) sbxmitm answers the SW script
fetch with a passive self-unregistering SW so the next navigation reaches the
MITM (→ banner). Auto-learn: non-listed SW hosts are flushed to the portal's
/__toolbox/sw-candidate for operator review. Targeted-strict: empty list =
no-op (ships inert until the operator adds a host).
-- Gerald KERMA <devel@cybermind.fr> Sat, 27 Jun 2026 08:45:00 +0000
secubox-toolbox-ng (0.1.23-1~bookworm1) bookworm; urgency=medium secubox-toolbox-ng (0.1.23-1~bookworm1) bookworm; urgency=medium
* #751 rebuild from master: the deployed 0.1.22 binary was STALE and lacked * #751 rebuild from master: the deployed 0.1.22 binary was STALE and lacked

View File

@ -1,3 +1,11 @@
secubox-toolbox (2.7.22-1~bookworm1) bookworm; urgency=medium
* #753 portal ingest for the SW-neuter auto-learn: POST /__toolbox/sw-candidate
dedup-appends SW-PWA hosts (proposed by sbxmitm) to
/var/lib/secubox/toolbox/sw-neuter-candidates.txt for operator review.
-- Gerald KERMA <devel@cybermind.fr> Sat, 27 Jun 2026 08:45:00 +0000
secubox-toolbox (2.7.21-1~bookworm1) bookworm; urgency=medium secubox-toolbox (2.7.21-1~bookworm1) bookworm; urgency=medium
* #754 reconcile bundle.py to the working #740 DOM-API banner (mk() builder, * #754 reconcile bundle.py to the working #740 DOM-API banner (mk() builder,