CSRF protection using HMAC-signed state tokens (RFC 5869, RFC 2104)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(fuzz): TTY restore, crowbar budget, skip afl runtest, E725 lint rule

- Restore cursor on exit via at_exit in Tty.Progress (fixes TTY corruption)
- Install SIGINT handler in monopam test for clean Ctrl-C
- Add 2s per-iteration timeout and 2s total budget to crowbar
- Group crowbar alcotest output by module prefix ("mdns: foo" → group "mdns")
- Skip fuzz runtest in afl context (enabled_if <> profile afl)
- Add merlint E725: enforce "module: description" fuzz test name convention

+2
+2
fuzz/dune
··· 12 12 13 13 (rule 14 14 (alias runtest) 15 + (enabled_if 16 + (<> %{profile} afl)) 15 17 (deps fuzz_csrf.exe) 16 18 (action 17 19 (run %{exe:fuzz_csrf.exe})))