Skip to content

Commit

Permalink
Reclaim the python3-libraries fuzzer (repo change)
Browse files Browse the repository at this point in the history
https://github.com/guidovranken/python-library-fuzzers has been deleted for the
owners own reasons.  We've restored a fork of that repo and would like to keep
this fuzzing running for the CPython project.

TBD - we may put a clone under the /python/ org on github instead of within
a fellow core devs personal github.  If so I'll make another commit before
proceeding with a PR.
  • Loading branch information
gpshead committed Nov 24, 2024
1 parent 9dad89d commit fda7ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/python3-libraries/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && \
apt-get install -y build-essential libncursesw5-dev libreadline-dev libssl-dev libgdbm-dev libc6-dev libsqlite3-dev tk-dev libbz2-dev zlib1g-dev libffi-dev
RUN git clone https://github.com/python/cpython.git cpython
RUN git clone --depth 1 https://github.com/guidovranken/python-library-fuzzers.git
RUN git clone --depth 1 https://github.com/hugovk/python-library-fuzzers.git
COPY build.sh $SRC/
2 changes: 1 addition & 1 deletion projects/python3-libraries/project.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
homepage: "https://www.python.org/"
main_repo: "https://github.com/python/cpython"
language: c
primary_contact: "[email protected]"
primary_contact: "[email protected]"
auto_ccs:
- "[email protected]"
- "[email protected]"
Expand Down

0 comments on commit fda7ff8

Please sign in to comment.