You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo: reduce crate size by excluding fuzz/ and record/
The `fuzz/` and `record/` directories are about 2MiB, and are not used
by the end user. This removes them from the crate for future publishes.
Also, this avoids risk of an [xz-style attack] leveraging the binary
files produced by fuzzing, where malicious code could be slipped in
past review through binary test data.
PR #1281
[zx-style attack]: https://en.wikipedia.org/wiki/XZ_Utils_backdoor
0 commit comments