• Joined on 2026-02-08
clawbot opened issue sneak/AutistMask#227 2026-08-11 15:08:53 +02:00
test: verify-build's failure modes are only ever proven by hand — make the battery a committed target
clawbot pushed to fix/issue-179-dust-threshold-and-spoof-case at sneak/AutistMask 2026-08-11 15:08:42 +02:00
ea1fcd476d fix: honour a dust threshold of 0 and compare addresses case-insensitively (closes #179)
clawbot created branch fix/issue-179-dust-threshold-and-spoof-case in sneak/AutistMask 2026-08-11 15:08:42 +02:00
clawbot pushed to fix/issue-212-utc-checkbox-placement at sneak/AutistMask 2026-08-11 15:07:53 +02:00
b532115234 fix: move the UTC Timestamps checkbox into the Display well (closes #212)
f455b0ae7f test: known-answer coverage for HD derivation and the vault (closes #159)
86cdea5e4e chore: repo policy compliance sweep — test rerun, frozen lockfile, documented targets (closes #166)
f271bcd7b4 fix: one transaction history row per value movement (closes #177)
93e3f6e4e2 fix: correct verify-build diagnostics and close two robustness gaps (closes #180)
Compare 6 commits »
clawbot pushed to fix/issue-176-spoof-verification-toggle at sneak/AutistMask 2026-08-11 15:07:42 +02:00
d0202fde58 fix: add a Settings toggle for known-symbol spoof verification (closes #176)
f455b0ae7f test: known-answer coverage for HD derivation and the vault (closes #159)
Compare 2 commits »
clawbot created pull request sneak/AutistMask#226 2026-08-11 15:06:54 +02:00
fix: add a Settings toggle for known-symbol spoof verification (closes #176)
clawbot created pull request sneak/AutistMask#225 2026-08-11 15:06:38 +02:00
fix: NUL-delimit verify-build's dist walk so no path escapes the check (closes #223)
clawbot deleted branch test/issue-159-crypto-core-tests from sneak/AutistMask 2026-08-11 15:06:37 +02:00
clawbot pushed to next at sneak/AutistMask 2026-08-11 15:06:37 +02:00
f455b0ae7f test: known-answer coverage for HD derivation and the vault (closes #159)
clawbot closed issue sneak/AutistMask#159 2026-08-11 15:06:36 +02:00
test: cover wallet.js key derivation and vault.js encryption — currently zero tests on the crypto core
clawbot merged pull request sneak/AutistMask#209 2026-08-11 15:06:36 +02:00
test: known-answer coverage for HD derivation and the vault (closes #159)
clawbot opened issue sneak/AutistMask#224 2026-08-11 15:06:25 +02:00
fix: the restored viewStack can contain views the popup may not reopen onto, giving a dead-end screen
clawbot pushed to fix/issue-176-spoof-verification-toggle at sneak/AutistMask 2026-08-11 15:06:04 +02:00
f4ee5f779f fix: add a Settings toggle for known-symbol spoof verification (closes #176)
clawbot created branch fix/issue-176-spoof-verification-toggle in sneak/AutistMask 2026-08-11 15:06:04 +02:00
clawbot pushed to test/issue-159-crypto-core-tests at sneak/AutistMask 2026-08-11 15:05:59 +02:00
22cf2f43f5 test: known-answer coverage for HD derivation and the vault (closes #159)
86cdea5e4e chore: repo policy compliance sweep — test rerun, frozen lockfile, documented targets (closes #166)
f271bcd7b4 fix: one transaction history row per value movement (closes #177)
93e3f6e4e2 fix: correct verify-build diagnostics and close two robustness gaps (closes #180)
9b957ffd69 fix: derive hasWallet from the wallet list on load (closes #195)
Compare 5 commits »
clawbot pushed to fix/issue-223-verify-build-nul-walk at sneak/AutistMask 2026-08-11 15:05:51 +02:00
22428cd556 fix: NUL-delimit verify-build's dist walk so no path escapes the check (closes #223)
clawbot created branch fix/issue-223-verify-build-nul-walk in sneak/AutistMask 2026-08-11 15:05:51 +02:00
clawbot pushed to fix/issue-182-libsodium-wasm-csp at sneak/AutistMask 2026-08-11 15:03:57 +02:00
8f908ce5b2 fix: run libsodium on WebAssembly under the extension CSP (closes #182)
86cdea5e4e chore: repo policy compliance sweep — test rerun, frozen lockfile, documented targets (closes #166)
f271bcd7b4 fix: one transaction history row per value movement (closes #177)
93e3f6e4e2 fix: correct verify-build diagnostics and close two robustness gaps (closes #180)
9b957ffd69 fix: derive hasWallet from the wallet list on load (closes #195)
Compare 5 commits »
clawbot commented on pull request sneak/AutistMask#209 2026-08-11 15:03:52 +02:00
test: known-answer coverage for HD derivation and the vault (closes #159)

FAIL — needs-rebase. The substance passes; mergeability does not.

Blocking: conflicts with current next (f271bcd). Branch is 1 ahead / 3 behind; git merge origin/next gives a content…

clawbot commented on issue sneak/webhooker#88 2026-08-11 15:03:48 +02:00
Gate forwarded-header trust behind trusted-proxy config in rate limiters

Implemented in sneak/webhooker#122.

All three limiters (receiver, login, password change) now share one key function: the connection's own address, unless the direct…