aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
AgeCommit message (Expand)Author
2021-03-31Update the Bazel project integration guide to capture the new simpler tool. (...Stefan Bucur
2021-03-31Fix minor typo in docs (#5540)AdamKorcz
2021-03-25Clarify in the new project guide that pull_images may be needed for coverage ...Stefan Bucur
2021-03-21update documenation (#5462)van Hauser
2021-03-20[docs] Change wording regarding i386 fuzzing. (#5449)jonathanmetzman
2021-03-12Modify deadline text to disclose immediately after fix is released. (#5323)Oliver Chang
2021-03-05Add docs for Java/JVM fuzzing (#5298)Fabian Meumertzheim
2021-02-25Recommend Ghostwriter (#5246)Zac Hatfield-Dodds
2021-02-22Go 1.16 more fixes (#5239)Catena cyber
2021-02-19[CIFuzz] Support languages non-C++ projects (e.g. Python projects) (#5222)jonathanmetzman
2021-02-18[CIFuzz] Fix handling of sanitizer artifacts (#5182)jonathanmetzman
2021-02-18[CIFuzz] Note which languages are supported (#5208)jonathanmetzman
2021-02-11Update year in copyright header in documentation (#5167)AdamKorcz
2021-02-01Update bazel.mdAbhishek Arya
2021-02-01Add a subsection on Bazel projects in the New Project Guide. (#5069)Stefan Bucur
2021-01-28Fix argument order in run_fuzzer command example. (#5060)Stefan Bucur
2021-01-26Use afl++ in docs. (#5049)Abhishek Arya
2021-01-25Replace terms that are uninclusive. (#5045)jonathanmetzman
2021-01-15Show how to use Hypothesis to fuzz Python code (#4975)Zac Hatfield-Dodds
2020-12-13Fix symbolization for python targets. (#4836)Abhishek Arya
2020-12-11Add docs for main_repo (#4827)Abhishek Arya
2020-12-11Fix atheris integration. (#4824)Abhishek Arya
2020-12-02Force symbolization in atheris python fuzz targets (#4765)Abhishek Arya
2020-12-01Update python_lang.mdAbhishek Arya
2020-11-30Enable UBSan for python projects. (#4757)Abhishek Arya
2020-11-30[docs] Fix docs to use "LLC" instead of "Inc." (#4756)jonathanmetzman
2020-11-30Leak detection is not expected to work with python targets, disable. (#4751)Abhishek Arya
2020-11-29Fix "exec format error" due to incorrect shebang in python target. (#4746)Abhishek Arya
2020-11-25Golang modules documentation (#4711)Catena cyber
2020-11-24 Add documentation for Python fuzzing. (#4709)mbarbella-chromium
2020-11-20[infra] Golang coverage summary for each fuzz target (#2817, #2714). (#4671)Catena cyber
2020-11-05[docs] Clarify the integration rewards page regarding the max reward amount. ...Max Moroz
2020-09-08[cifuzz] Improve docs (#4359)jonathanmetzman
2020-08-24Fix typo in continuous_integration.mdjonathanmetzman
2020-08-03Updating documentation to reflect new feature custom build frequency (#4235)kabeer27
2020-07-24Add corpus-dir to run_fuzzer, for later use in coverage cmd. (#4191)Abhishek Arya
2020-07-24[infra] Rename msan-builder to msan-libs-builder (#3388). (#4190)Max Moroz
2020-07-13Add CIFuzz documentation on how to run jobs on certain branches, paths (#4113)Abhishek Arya
2020-07-06Update Dockerfiles (#4070)devtty1er
2020-06-22Updated rust_lang.md (#4017)Shivam7-1
2020-06-20Updated continuous_integration.md (#4014)Shivam7-1
2020-06-16docs: guard curly braces with {% raw %} .. {% endraw %} (#3994)Evgeny Vereshchagin
2020-06-16[docs] switch to a matrix in the "sanitizer" example (#3984)Evgeny Vereshchagin
2020-06-12Add Rust-specific setup instructions (#3978)Alex Crichton
2020-06-11[CIFuzz] Add support for different sanitizers (#3969)Evgeny Vereshchagin
2020-05-15[doc] Update new_project_guide.md (#3828)Zhicheng Cai
2020-05-13cifuzz: s/allowed_broken_targets_percentage/allowed-broken-targets-percentage...Evgeny Vereshchagin
2020-05-13[CIFuzz] Support ALLOWED_BROKEN_TARGETS_PERCENTAGE (#3726)jonathanmetzman
2020-04-30cifuzz: upload artifacts only when the "run fuzzers" step fails (#3733)Evgeny Vereshchagin
2020-04-28Revert "[CIFuzz] Add support for different sanitizers (#3516)"Jonathan Metzman