-
Notifications
You must be signed in to change notification settings - Fork 482
Commit 71233b5
cargo: reduce crate size by excluding
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 fuzz/ and record/
1 parent cf00423 commit 71233b5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | - | ||
16 | + | ||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments