aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
Commit message (Collapse)AuthorAge
* [Go] remove "-lpthread" flag from "compile_fuzzer" and fix comments (#2714). ↵Gravatar Max Moroz2020-04-16
| | | | | | | | | (#3657) * [Go] remove "-lpthread" flag from "compile_fuzzer" and fix comments (#2714). * fix unrelated go-dns and gonids errors * simplify golang/build.sh as per Abhishek's comment
* Switch OSS projects to use native go-fuzz. (#3638)Gravatar Abhishek Arya2020-04-13
| | | | | | | * Switch OSS projects to use native go-fuzz. * Fix go-json-iterator breakage, put source in package search dir. * Revert syzkaller change, track bug in #3639
* [docs] Link the general definition of the fuzz target on the reference page ↵Gravatar Max Moroz2020-04-08
| | | | (fixes #2148). (#3602)
* Add Honggfuzz to new project guide doc.Gravatar Abhishek Arya2020-04-07
|
* [CIFuzz] Documentation update (#3572)Gravatar Leo Neat2020-04-02
| | | | | * Documentation update * Abhishek comments
* [docs] Fix where to look (#3529)Gravatar Robert Löhning2020-03-20
|
* Upgrade lcamtuf.coredump.cx to HTTPS, as it has been (#3527)Gravatar Lovell Fuller2020-03-20
| | | | | | accepting only HTTPS connections since approx 14th March. This allows the builds for guetzli, libjpeg-turbo, libtiff and libvips to succeed again.
* Documentation update (#3518)Gravatar Leo Neat2020-03-18
| | | Just fixing a few spelling mistakes and added some features to the description.
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
* [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
|