aboutsummaryrefslogtreecommitdiff
path: root/infra/base-images/base-builder/Dockerfile
AgeCommit message (Expand)Author
2021-03-31Implement the Bazel building recipe as a stand-alone script that can be invok...Stefan Bucur
2021-03-22Delete unneeded files from cargo-fuzz install (100MB) (#5436)jonathanmetzman
2021-03-21[NFC][base-builder] Fix order so comment is in right place (#5445)jonathanmetzman
2021-03-19[AFL++] llvm 13 fix (#5454)van Hauser
2021-03-19[base-builder] Fix temp dir deletion for atheris (#5434)jonathanmetzman
2021-03-18remove map size for afl++ (#5433)van Hauser
2021-03-16update afl++ commit id (#5402)van Hauser
2021-03-09[base-builder] Remove unnecessary python files (58 MB) (#5348)jonathanmetzman
2021-03-09[base-builder] Delete unneeded files from atheris install (#5344)jonathanmetzman
2021-03-09fix afl++ asan options (#5336)van Hauser
2021-03-08Rust coverage report (for Suricata) (#4697)Catena cyber
2021-03-06add asan poison check to afl++ cmplog (#5311)van Hauser
2021-03-05fix karchive build for afl++ (#5305)van Hauser
2021-03-04update afl++ commit id plus add afl++ debug script (#5297)van Hauser
2021-03-03[AFL++][base-builder] Precompile afl++ (#5290)jonathanmetzman
2021-03-02[TSAN] Support TSAN (#5266)jonathanmetzman
2021-03-02update afl++ commit id (#5273)van Hauser
2021-03-01afl++ commit id update (#5271)van Hauser
2021-02-26afl++ commit id update (#5258)van Hauser
2021-02-22Fixes for afl++ (#5235)van Hauser
2021-02-18Final afl++ integration (#5191)van Hauser
2021-02-16Add Jazzer to base-builder and base-runner (#5166)Fabian Meumertzheim
2021-02-07afl++ CMPLOG test (#5130)van Hauser
2021-02-06optimal afl++ defaults (#5129)van Hauser
2021-02-03Simplify the Envoy integration by using the new rules_fuzzing primitives. (#5...Stefan Bucur
2021-02-02Update afl++ to 1f71b85426f837ebcae8381897d44a3a67c73a4f (#5095)Abhishek Arya
2021-02-01Fixes afl++ installation (#5087)van Hauser
2021-02-01Revert "Switch to using afl-clang-fast for afl++. (#5074)" (#5086)Abhishek Arya
2021-01-31Switch to using afl-clang-fast for afl++. (#5074)Abhishek Arya
2021-01-25[afl++] Use AFL++ instead of AFL for fuzzing. (#5046)jonathanmetzman
2021-01-20Remove unneeded ADD layers in base-builder. (#5028)Abhishek Arya
2021-01-20Install rust in base-builder with minimal profile. (#5015)Abhishek Arya
2021-01-20Remove unneeded honggfuzz examples from base-builder. (#5011)Abhishek Arya
2021-01-20Add the Bazel dependencies to the base builder image. (#4976)Stefan Bucur
2021-01-14Use python3 in checkout_build_install_llvm.sh, revert python move patches. (#...Abhishek Arya
2021-01-14Update DockerfileAbhishek Arya
2021-01-14Move python 3 install to base-clang, needed for clang build. (#4967)Abhishek Arya
2020-11-20Python fuzzing fixes - disable leak checking, remove flags in atheris. (#4681)Abhishek Arya
2020-11-19[infra] Use generic compile_go_fuzzer for golang projects (#4659)Catena cyber
2020-11-19Add missing ldconfig for shared lib path of python libs (#4663)Abhishek Arya
2020-11-19Enable shared build for python deps, needed for pyinstaller (#4661)Abhishek Arya
2020-11-19[infra] Add code coverage report generation for Go projects (#3142)Catena cyber
2020-11-18Add pyinstaller to experiment with python fuzzer packaging (#4658)Abhishek Arya
2020-11-17Move atheris install base builder where python3 is installed. (#4650)Abhishek Arya
2020-09-30Enables MSAN for Suricata (#4455)Catena cyber
2020-07-31Move cmake install to base-clang. (#4240)Oliver Chang
2020-06-07Install latest cmake, make easy to install i386 packages (#3943)Abhishek Arya
2020-05-27Set up python in one docker layer, remove python deps. (#3893)Abhishek Arya
2020-05-27Remove libbz2-dev dependency installed in base-builder for python3 (#3890)Abhishek Arya
2020-05-25Install Python 3.8.3 on builder image. (#3874)Abhishek Arya