Bundle Protocol Security (RFC 9172) - authentication and encryption for DTN
0
fork

Configure Feed

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

fix(lint): convert fuzz (test) to (executable) with runtest/fuzz-afl rules

E722: Convert (test ...) to (executable ...) in ocaml-aos, ocaml-clcw
E724: Add (rule (alias runtest) ...) and (rule (alias fuzz-afl) ...)
to all fuzz directories: ocaml-ax25, ocaml-block, ocaml-bloom,
ocaml-bpsec, ocaml-bundle, ocaml-cbort, ocaml-cfdp, ocaml-cgr,
ocaml-cookeio, ocaml-cpio

+7 -1
+7 -1
fuzz/dune
··· 4 4 (libraries bpsec crowbar crypto-rng.unix)) 5 5 6 6 (rule 7 - (alias fuzz) 7 + (alias runtest) 8 8 (deps fuzz_bpsec.exe) 9 9 (action 10 10 (run %{exe:fuzz_bpsec.exe}))) 11 + 12 + (rule 13 + (alias fuzz-afl) 14 + (deps fuzz_bpsec.exe) 15 + (action 16 + (echo "AFL fuzzer built: %{exe:fuzz_bpsec.exe}\n")))