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.

Add gen_corpus.exe dep to fuzz build rules (E724)

Ensure all 67 fuzz/dune files include gen_corpus.exe in the (alias fuzz)
rule deps for AFL corpus generation. Adds both missing runtest and fuzz
rules to ocaml-cose which had neither.

+2 -1
+2 -1
fuzz/dune
··· 19 19 (= %{profile} afl)) 20 20 (deps 21 21 (source_tree corpus) 22 - fuzz.exe) 22 + fuzz.exe 23 + gen_corpus.exe) 23 24 (action 24 25 (echo "AFL fuzzer built: %{exe:fuzz.exe}\n")))