AFLplusplus/LibAFL

libafl_libfuzzer needs a better publication strategy

Open

#1,534 opened on Sep 20, 2023

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Rust (476 forks)github user discovery
help wantedlibafl_libfuzzer

Repository metrics

Stars
 (2,615 stars)
PR merge metrics
 (Avg merge 17d 22h) (10 merged PRs in 30d)

Description

With the merge of #1525, we reintroduced path deps for libafl. We need to figure out a way to publish this crate more effectively, because we cannot use path deps in the embedded crate on publish, but we also must use path deps for ensuring that our tests are relevant on the main branch.

Contributor guide