aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
Commit message (Collapse)AuthorAge
* [docs] Increase the documented disk size on the builder (caused confusion in ↵Gravatar Max Moroz2020-03-06
| | | | #3382).
* Bump nokogiri from 1.10.4 to 1.10.8 in /docs (#3430)Gravatar dependabot[bot]2020-02-26
| | | | | | | | Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.10.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.4...v1.10.8) Signed-off-by: dependabot[bot] <support@github.com>
* Docs fix (#3416)Gravatar Leo Neat2020-02-21
| | | Small change to example file to reflect the current action state.
* [CIFuzz] Check crash on most recent OSS-Fuzz build (#3385)Gravatar Leo Neat2020-02-19
| | | Adds functionality to check if a crash exists in the most recent OSS-Fuzz build. This is necessary to determine if a crash was introduced in the current pull request or existed in the project already. Crashes that are surfaced to the user will be both reproducible and novel to the OSS-Fuzz project.
* [docs] FAQ: fix honggfuzz info and add a question about corpora use. (#3410)Gravatar Max Moroz2020-02-19
|
* Change arrows to ovals (#3386)Gravatar Leo Neat2020-02-13
|
* [CIFuzz] Documentation (#3368)Gravatar Leo Neat2020-02-12
| | | | | | | | | | | | | | | | | | | | * CIFuzz documentation * Maxs comments * Jonathan comments * Jonathan comments pt.2 * Adding images * Maxs comments pt.2 * Image spacing * Maxs comments pt.3 * Jonathan comments
* [infra] Introduce "language" attribute in the project.yaml (#3297). (#3299)Gravatar Max Moroz2020-01-30
| | | | | | | | | | * [infra] Introduce "language" attribute in the project.yaml (#3297). * follow up * enable the attribute for more projects * trailing newline
* [docs] Update the main docs page to mention fuzzing docs. (#3220)Gravatar Max Moroz2020-01-12
| | | | | | | | * [docs] Update the main docs page to mention fuzzing docs. * Add an FAQ entry too * update the main readme and move the faq question up
* Bump up rss limit to 2.5GB. (#3201)Gravatar Oliver Chang2020-01-08
|
* Fix typoGravatar Abhishek Arya2019-09-24
|
* Add instructions on dynamic linking (#2881)Gravatar jonathanmetzman2019-09-24
|
* [docs] Add "Integrating a Go project" documentation page (#2714). (#2837)Gravatar Max Moroz2019-09-17
| | | | | | * [docs] Add "Integrating a Go project" documentation page (#2714). * rephrase go-fuzz mode description
* [docs] Recommend using "gsutil -m cp -r" instead of "gsutil -m rsync". (#2811)Gravatar Max Moroz2019-09-06
|
* [Docs]: Copy edit Advanced Topics section. (#2799)Gravatar kplybon2019-09-05
| | | | | | | | * [Docs]: Copy edit Advanced Topics section. * Minor tweaks addressing Max's comments. * Add context for Code Coverage
* [docs] Document shiny new badge in the docs (#2700)Gravatar Ammar Askar2019-09-04
| | | | | | | | | | * [docs] Document shiny new badge in the docs Use monorail project link instead of build logs Monorail link has advantage of showing previously found bugs. It also shows any build failures (though the issue may be hard to find in long-lasting build failures). The link sorts by date a bug was opened, thus some verified bugs will be shown before more recently opened ones.
* [docs] Document FuzzedDataProvider support. (#2547)Gravatar Max Moroz2019-08-26
| | | | | | | | | | * [docs][infra] Add build support for FuzzedDataProvider. * address review comment * document the new FDP location * remove redundant new line
* Fix doc links. (#2750)Gravatar Abhishek Arya2019-08-22
|
* Update ideal_integration.mdGravatar Abhishek Arya2019-08-22
|
* Update ruby gems for docs. (#2749)Gravatar Abhishek Arya2019-08-22
|
* [docs] Replace "furthur" with "further" throughout the documentation. (#2737)Gravatar Max Moroz2019-08-21
|
* Add documentation for vendor_ccs. (#2734)Gravatar Abhishek Arya2019-08-21
| | | | | | * Add documentation for vendor_ccs. * Address review comments.
* Update reproducing.mdGravatar Abhishek Arya2019-08-19
|
* Document i386 fuzzing (#2704)Gravatar jonathanmetzman2019-08-19
|
* Update index.mdGravatar Abhishek Arya2019-08-16
|
* Update new_project_guide.md (#2709)Gravatar Abhishek Arya2019-08-15
|
* Documentation fixes. (#2705)Gravatar Abhishek Arya2019-08-15
|
* Documentation fixes (#2689)Gravatar Abhishek Arya2019-08-12
|
* Update new_project_guide.mdGravatar Abhishek Arya2019-08-12
|
* [docs] Change "hundreds of bugs" to "thousands of bugs" :) (#2674)Gravatar Max Moroz2019-08-09
| | | | | | * [docs] Change "hundreds of bugs" to "thousands of bugs" :) * include AFL crashes too
* [Docs] Clarify fuzzing process and new projects procedure (#2673)Gravatar kplybon2019-08-09
|
* Create new_project_guide.mdGravatar Abhishek Arya2019-08-07
|
* Add redirect for old reproducing.md (#2666)Gravatar Abhishek Arya2019-08-07
|
* Update new_project_guide.mdGravatar Abhishek Arya2019-08-07
|
* Switch docs to new structure (#2663)Gravatar Abhishek Arya2019-08-07
|
* [docs] Fix redundant spaces in the glossary.md file.Gravatar Max Moroz2019-08-06
|
* Delete CNAMEGravatar Abhishek Arya2019-08-06
|
* Add jekyll generator for docs. (#2660)Gravatar Abhishek Arya2019-08-06
| | | | | | * Add jekyll generator for docs. * Add content for index.md
* [docs] Update the glossary page to depend on google/fuzzing repo + minor ↵Gravatar Max Moroz2019-08-06
| | | | | | | | tweaks. (#2659) * [docs] Update the glossary page to depend on google/fuzzing repo + minor tweaks. * fix a broken link
* [docs] Add a note that source code files must not be deleted in build.sh.Gravatar Max Moroz2019-07-12
|
* [docs] Update copyright year in new_projects_guide.md (#2537)Gravatar Sebastian Kinne2019-06-24
|
* Update reproducing.mdGravatar Abhishek Arya2019-06-21
|
* Fix build status link in new project guide (#2511)Gravatar Abhishek Arya2019-06-13
|
* Clarifications to the documentation (#2512)Gravatar Jay Berkenbilt2019-06-13
| | | | This adds to the documentation information that I would have found helpful when I was doing my integration.
* [docs] Add FAQ for non open source projects, mention ClusterFuzz. (#2489)Gravatar Max Moroz2019-06-06
| | | | | | | | * [docs] Add FAQ for non open source projects, mention ClusterFuzz. * Remove TOC as GitHub does not support it. * Address review feedback.
* [glossary] explain cross-pollination (#2364)Gravatar Kostya Serebryany2019-05-01
| | | | | | * [glossary] explain cross-pollination * [glossary] explain cross-pollination
* Change LIB_FUZZING_ENGINE to -fsanitize=fuzzer in libFuzzer builds (#2312)Gravatar jonathanmetzman2019-04-15
|
* docs: Require no extention in new_project_guide.md (#2221)Gravatar John Andersen2019-03-07
|
* Clarify honggfuzz situation (#2195)Gravatar jonathanmetzman2019-03-01
| | | * Clarify honggfuzz situation in FAQ
* Update new_project_guide.mdGravatar Kostya Serebryany2019-02-10
| | | fix wording for issue #2148