You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
base-images | 4 months ago | |
build | 4 months ago | |
ci | 4 months ago | |
cifuzz | 4 months ago | |
uploader | 4 months ago | |
.dockerignore | 4 months ago | |
README.md | 4 months ago | |
bisector.py | 4 months ago | |
bisector_test.py | 4 months ago | |
build_fuzzers.Dockerfile | 4 months ago | |
build_specified_commit.py | 4 months ago | |
build_specified_commit_test.py | 4 months ago | |
helper.py | 4 months ago | |
helper_test.py | 4 months ago | |
presubmit.py | 4 months ago | |
pytest.ini | 4 months ago | |
repo_manager.py | 4 months ago | |
repo_manager_test.py | 4 months ago | |
retry.py | 4 months ago | |
run_fuzzers.Dockerfile | 4 months ago | |
templates.py | 4 months ago | |
test_helpers.py | 4 months ago | |
test_repos.py | 4 months ago | |
utils.py | 4 months ago | |
utils_test.py | 4 months ago |
README.md
infra
OSS-Fuzz project infrastructure
Core infrastructure:
base-images
- docker images for building fuzz targets & corresponding jenkins pipeline.
Continuous Integration infrastructure:
libfuzzer-pipeline.groovy
- jenkins pipeline that runs for each OSS-Fuzz project.docker-cleanup
- jenkins pipeline to clean stale docker images & processes.push-images
- jenkins pipeline to push built base images.jenkins-cluster
- kubernetes cluster definition for our jenkins-based build (not operational yet, #10).
helper.py
script to automate common docker operations
Command | Description |
---|---|
generate |
Generates skeleton files for a new project |
build_image |
Builds a docker image for a given project |
build_fuzzers |
Builds fuzz targets for a given project |
run_fuzzer |
Runs a fuzz target in a docker container |
coverage |
Runs fuzz target(s) in a docker container and generates a code coverage report. See Code Coverage doc |
reproduce |
Runs a testcase to reproduce a crash |
shell |
Starts a shell inside the docker image for a project |