Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions projects/gitpython/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,5 +13,7 @@
# limitations under the License.
FROM gcr.io/oss-fuzz-base/base-builder-python
RUN git clone https://github.com/gitpython-developers/gitpython gitpython
COPY *.sh *py $SRC/
RUN $SRC/gitpython/fuzzing/oss-fuzz-scripts/container-environment-bootstrap.sh

COPY *.sh $SRC/
WORKDIR $SRC/gitpython
6 changes: 1 addition & 5 deletions projects/gitpython/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,5 @@
# limitations under the License.
#
################################################################################
pip3 install .

# Build fuzzers in $OUT.
for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
compile_python_fuzzer $fuzzer
done
. "$SRC/gitpython/fuzzing/oss-fuzz-scripts/build.sh"
45 changes: 0 additions & 45 deletions projects/gitpython/fuzz_config.py

This file was deleted.

58 changes: 0 additions & 58 deletions projects/gitpython/fuzz_tree.py

This file was deleted.

17 changes: 9 additions & 8 deletions projects/gitpython/project.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
fuzzing_engines:
- libfuzzer
homepage: https://github.com/gitpython-developers/gitpython
homepage: "https://github.com/gitpython-developers/gitpython"
language: python
main_repo: https://github.com/gitpython-developers/gitpython
primary_contact: "[email protected]"
auto_ccs:
- "[email protected]"
- "[email protected]"
main_repo: "https://github.com/gitpython-developers/gitpython"
fuzzing_engines:
- libfuzzer
sanitizers:
- address
- undefined
vendor_ccs:
- [email protected]
- address