File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ To do develop locally with OSS-Fuzz you need to fork and clone the
4343following repositories:
4444
4545* https://github.com/google/oss-fuzz
46- * https://github.com/hugovk/ python- library-fuzzers
46+ * https://github.com/python/ library-fuzzers
4747* https://github.com/python/cpython
4848
4949After cloning forks of these repositories, move into the ` oss-fuzz `
@@ -74,9 +74,9 @@ which repository you are modifying during development.
7474
7575``` diff
7676- RUN git clone https://github.com/python/cpython.git cpython
77- - RUN git clone --depth 1 https://github.com/hugovk/ python- library-fuzzers.git
77+ - RUN git clone --depth 1 https://github.com/python/ library-fuzzers.git
7878+ RUN git clone --depth 1 --branch fork-branch https://github.com/sethmlarson/cpython.git cpython
79- + RUN git clone --depth 1 --branch fork-branch https://github.com/sethmlarson/python- library-fuzzers.git
79+ + RUN git clone --depth 1 --branch fork-branch https://github.com/sethmlarson/library-fuzzers.git
8080```
8181
8282After this you can now re-run the ` python infra/helper.py ` commands to rebuild the image and fuzzers
You can’t perform that action at this time.
0 commit comments