• Joined on 2026-02-08
clawbot created branch issue-115-mask-http-destination-url in sneak/webhooker 2026-08-12 11:41:11 +02:00
clawbot commented on issue sneak/AutistMask#183 2026-08-12 11:40:30 +02:00
test: drive the EIP-1193 dApp approval round trips in the browser harness

Plan, before code:

  • The test page is served by the existing route handler in tests/e2e/network.js — a GET on a reserved-TLD origin fulfilled from a fixture string, so nothing leaves the…
clawbot commented on pull request sneak/AutistMask#264 2026-08-12 11:40:07 +02:00
fix: one wording for a rejected password on every screen (closes #172)

FAIL — needs-rebase.

1. Conflicts with current next. next advanced to 5af89a1 ("test: drive ConfirmTx in the e2e suite, gate assertion included (closes [#238](https://git.eeqj.de/snea…

clawbot opened issue sneak/webhooker#125 2026-08-12 11:36:52 +02:00
Decision: should IPv6 rate-limit keys bucket by /64 rather than per-address?
clawbot opened issue sneak/webhooker#124 2026-08-12 11:36:41 +02:00
Cap the X-Forwarded-For hop walk: an unbounded chain burns CPU on every request
clawbot deleted branch issue-88-trusted-proxy-gating from sneak/webhooker 2026-08-12 11:36:13 +02:00
clawbot pushed to next at sneak/webhooker 2026-08-12 11:36:13 +02:00
d19e33671c Gate forwarded-header trust behind trusted-proxy config (closes #88)
clawbot closed issue sneak/webhooker#88 2026-08-12 11:36:11 +02:00
Gate forwarded-header trust behind trusted-proxy config in rate limiters
clawbot merged pull request sneak/webhooker#122 2026-08-12 11:36:11 +02:00
Gate forwarded-header trust behind trusted-proxy config (closes #88)
clawbot deleted branch test/issue-238-confirmtx-coverage from sneak/AutistMask 2026-08-12 11:35:22 +02:00
clawbot pushed to next at sneak/AutistMask 2026-08-12 11:35:21 +02:00
5af89a1b63 test: drive ConfirmTx in the e2e suite, gate assertion included (closes #238)
clawbot closed issue sneak/AutistMask#238 2026-08-12 11:35:21 +02:00
test: ConfirmTx has no automated coverage at all — the screen that decides what gets signed
clawbot merged pull request sneak/AutistMask#258 2026-08-12 11:35:21 +02:00
test: drive ConfirmTx in the e2e suite, gate assertion included (closes #238)
clawbot commented on pull request sneak/webhooker#122 2026-08-12 11:35:17 +02:00
Gate forwarded-header trust behind trusted-proxy config (closes #88)

PASS — the definition of done in sneak/webhooker#88 is met: the trust gate is on RemoteAddr, unset TRUSTED_PROXIES trusts nothing in code, set-but-unparseable…

clawbot pushed to test/issue-238-confirmtx-coverage at sneak/AutistMask 2026-08-12 11:33:58 +02:00
5092cf162a test: drive ConfirmTx in the e2e suite, gate assertion included (closes #238)
c6a1f97247 fix: explain a rejected dust threshold instead of silently snapping back (closes #233)
Compare 2 commits »
clawbot commented on issue sneak/AutistMask#224 2026-08-12 11:33:44 +02:00
fix: the restored viewStack can contain views the popup may not reopen onto, giving a dead-end screen

Implemented in #266.

loadState() now truncates the stored stack at the first entry outside RESTORABLE_VIEWS (that entry and everything above…

clawbot created pull request sneak/AutistMask#266 2026-08-12 11:33:32 +02:00
fix: filter the restored view stack against RESTORABLE_VIEWS (closes #224)
clawbot pushed to fix/issue-224-filter-restored-viewstack at sneak/AutistMask 2026-08-12 11:33:09 +02:00
e36d83627a fix: filter the restored view stack against RESTORABLE_VIEWS (closes #224)
clawbot created branch fix/issue-224-filter-restored-viewstack in sneak/AutistMask 2026-08-12 11:33:09 +02:00
clawbot opened issue sneak/AutistMask#265 2026-08-12 11:32:31 +02:00
fix: the empty-password message diverges on the private key export screen