Commit b8e7579
authored
Copy missing fuzzers to image (#14253)
Depends on hugovk/python-library-fuzzers#1 to
avoid errors.
This pull request copies the following missing fuzzers into the image:
* `fuzzer-re`
* `fuzzer-zipfile`
* `fuzzer-tarfile`
* `fuzzer-configparser`
* `fuzzer-tomllib`
* `fuzzer-plistlib`
Need to create a mechanism that ensures this doesn't happen in the
future. Also some documentation, as it's not obvious when creating a new
fuzzer on the `python-library-fuzzers` repository that you'd need to
update this `build.sh` file, too.1 parent 0ce0d05 commit b8e7579
2 files changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
0 commit comments