aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
Commit message (Collapse)AuthorAge
...
* Add CIFuzz documentation on how to run jobs on certain branches, paths (#4113)Gravatar Abhishek Arya2020-07-13
|
* [docs] Add FAQ entry regarding forked repos + bump the bundler version. (#4078)Gravatar Max Moroz2020-07-07
| | | | | * [docs] Add FAQ entry regarding forked repos + bump the bundler version. * format
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* Updated rust_lang.md (#4017)Gravatar Shivam7-12020-06-22
|
* Updated reproducing.md (#4013)Gravatar Shivam7-12020-06-20
|
* Updated continuous_integration.md (#4014)Gravatar Shivam7-12020-06-20
|
* Updated ideal_integration.md (#4011)Gravatar Shivam7-12020-06-19
|
* Updated fuzzer_environment.md (#4009)Gravatar Shivam7-12020-06-18
|
* docs: guard curly braces with {% raw %} .. {% endraw %} (#3994)Gravatar Evgeny Vereshchagin2020-06-16
| | | | | | | Just a follow-up to https://github.com/google/oss-fuzz/pull/3984 that should address https://github.com/google/oss-fuzz/pull/3984#discussion_r440951881. According to https://jekyllrb.com/docs/liquid/tags/#code-snippet-highlighting, another option would be to add `render_with_liquid: false` in your front matter to disable Liquid entirely for a particular document.
* [docs] switch to a matrix in the "sanitizer" example (#3984)Gravatar Evgeny Vereshchagin2020-06-16
| | | This was discussed in https://github.com/google/oss-fuzz/pull/3969#discussion_r439145136
* Update index.mdGravatar Abhishek Arya2020-06-12
|
* Add Rust-specific setup instructions (#3978)Gravatar Alex Crichton2020-06-12
| | | | | | | This is a follow-up to [this comment][1] which provides some intro docs for how to get started quickly with a Rust project, explaining `cargo fuzz` and some basic setup steps. [1]: https://github.com/google/oss-fuzz/issues/3383#issuecomment-642137449
* [CIFuzz] Add support for different sanitizers (#3969)Gravatar Evgeny Vereshchagin2020-06-11
| | | | | | | | | | | | | | | | | * Revert "Revert "[CIFuzz] Add support for different sanitizers (#3516)"" This reverts commit c580d0d626247017dede2847869e1eb8a3705ee1. * cifuzz: pass "sanitizer" to the "run fuzzer" step It's a follow-up to https://github.com/google/oss-fuzz/pull/3516 that should fix https://github.com/google/oss-fuzz/issues/3727. * [cifuzz] drop a $ That's another follow-up to #3516 that should help to pass sanitizer correctly. Otherwise, it always falls back to address with: 2020-06-11 21:10:14,852 - root - INFO - $address is not a project sanitizer, defaulting to address.
* [doc] Update new_project_guide.md (#3828)Gravatar Zhicheng Cai2020-05-15
|
* cifuzz: ↵Gravatar Evgeny Vereshchagin2020-05-13
| | | | s/allowed_broken_targets_percentage/allowed-broken-targets-percentage/ (#3803)
* [CIFuzz] Support ALLOWED_BROKEN_TARGETS_PERCENTAGE (#3726)Gravatar jonathanmetzman2020-05-13
| | | | | | | | Currently we use Github action's inputs as inputs to cifuzz. This means we need to do an extra step to convert each input into an env var so our scripts can actually use it. This is pretty bug prone and unnecessary, we should probably get rid of this abstraction and switch to encouraging devs to set the env vars directly.
* cifuzz: upload artifacts only when the "run fuzzers" step fails (#3733)Gravatar Evgeny Vereshchagin2020-04-30
| | | Closes https://github.com/google/oss-fuzz/issues/3711
* Revert "[CIFuzz] Add support for different sanitizers (#3516)"Gravatar Jonathan Metzman2020-04-28
| | | | This reverts commit 9b30127675b0bf295648e2f907df0d756ff5a2eb.
* [CIFuzz] Add support for different sanitizers (#3516)Gravatar Leo Neat2020-04-28
|
* [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.