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(lint): update (alias fuzz) rules with enabled_if, corpus deps for E724

Add (enabled_if (= %{profile} afl)), (source_tree corpus), and
gen_corpus.exe deps to all 25 fuzz directories

+6 -1
+6 -1
fuzz/dune
··· 18 18 19 19 (rule 20 20 (alias fuzz) 21 - (deps fuzz_csrf.exe) 21 + (enabled_if 22 + (= %{profile} afl)) 23 + (deps 24 + (source_tree corpus) 25 + fuzz_csrf.exe 26 + gen_corpus.exe) 22 27 (action 23 28 (echo "AFL fuzzer built: %{exe:fuzz_csrf.exe}\n")))