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): 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
··· 11 11 12 12 (rule 13 13 (alias fuzz) 14 - (deps fuzz_bpsec.exe) 14 + (enabled_if 15 + (= %{profile} afl)) 16 + (deps 17 + (source_tree corpus) 18 + fuzz_bpsec.exe 19 + gen_corpus.exe) 15 20 (action 16 21 (echo "AFL fuzzer built: %{exe:fuzz_bpsec.exe}\n"))) 17 22