brunoproduit

Results 4 issues of brunoproduit

## Summary Currently the gossip message validator logic for both system and core domains does not have the `check_equivocation` function implemented. This can be seen [here](https://github.com/subspace/subspace/blob/799b0b24d9c5ac85c745d1356ac01f54634440d5/domains/client/domain-executor/src/system_gossip_message_validator.rs#L154-L163) for the `system_gossip_message_validator` and...

execution
audit

When ziggy builds his targets, the used folder is `$PWD/target`. When in a workspace, the `target` directory will be at the root of the workspace. This makes that we cannot...

enhancement

When using cargo ziggy add-seeds, we should also copy the seeds to shared_corpus

AFL has the possibility to configure [partial instrumentation](https://github.com/AFLplusplus/AFLplusplus/blob/stable/instrumentation/README.instrument_list.md). This could help the fuzzer concentrate on the important part as well as have a coverage that is only on what we...