Dockerized "Direct Execution of Fuzz Targets" · gitpython-developers/GitPython@fdce837 · GitHub
Skip to content

Commit fdce837

Browse files
committed
Dockerized "Direct Execution of Fuzz Targets"
Adds a Dockerfile to enable easily executing the fuzz targets directly inside a container environment instead of directly on a host machine. This addresses concerns raised in PR #1901 related to how `fuzz_tree.py` writes to the real `/tmp` directory of the file system it is executed on as part of setting up its own test fixtures, but also makes for an easier to use development workflow. See this related comment on PR #1901 for additional context: #1901 (comment)
1 parent 00bc707 commit fdce837

2 files changed

Lines changed: 59 additions & 6 deletions

File tree

fuzzing/README.md

Lines changed: 37 additions & 6 deletions
Lines changed: 22 additions & 0 deletions

0 commit comments

Comments
 (0)