aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2021-09-28build(deps): bump nokogiri from 1.12.2 to 1.12.5 in /docs (#6535)dependabot[bot]
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.2 to 1.12.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.2...v1.12.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-16Update reproducing.md (#6464)zoulasc
Some bugs (specially ones related to integer and pointer overflows) are architecture-specific (32/64 bit builds). Add a hint about it.
2021-09-14doc: add light guidance on bug fixing (#6431)DavidKorczynski
* doc: add lightweight guidance on bug fixing. * doc: fix typo and whitespace.
2021-09-12doc: explicitly mention dynamic and static linking of fuzzers (#6428)DavidKorczynski
* doc: explicitly mention static and dynamic linking of fuzzers. * doc: add comma.
2021-09-08doc: use lang-specific base-builder images (#6415)Catena cyber
2021-09-03Doc: adds swift to the list of languages supporting coverage (#6398)Catena cyber
2021-09-02Swift ideal integration (#6312)Catena cyber
* Helper flags for swift compilation * Documentation for swift project integration * Adds swift to the languages with coverage * Only thread sanitizer is supported * Fixes swift coverage target compilation * fixup flags facotring * swift: run on new ubuntu * fixup * swift: right copy for symbolizer
2021-08-24docs: remove minijail doc. (#6285)DavidKorczynski
2021-08-19[Ubuntu Upgrade][docs] Say need to build msan deps manually (#6238)jonathanmetzman
* [Ubuntu Upgrade] Upgrade msan parts to reflect new reality. All dependencies must be built with MSAN by the project. OSS-Fuzz will not be providing any instrumented libraries. Related: https://github.com/google/oss-fuzz/issues/6180
2021-08-20minor cflite build integration docs changes. (#6240)Oliver Chang
- Minor clarification about this using OSS-Fuzz's build chain. Be consistent about calling this part OSS-Fuzz (rather than ClusterFuzzLite), since that's what the image name says. - Add project.yaml documentation. - Refer to OSS-Fuzz's guide for efficient fuzzing. Related: #6196
2021-08-20New base builder without lang specific installation + swift base (#5986)asraa
Removes unnecessary stuff in base-builder image to create a base-builder-new, and then adds a base-builder-swift on top of this that swift projects can use (without JVM/Go/etc fuzzing).
2021-08-16Clarify language in continuous_integration.md (#6227)olivekl
Clarify AND (not OR) for situations when crashes are reported
2021-08-16Update bazel.md (#6228)olivekl
Fix typo (though --> through)
2021-08-13Fix reproducing timeout to match clusterfuzzAbhishek Arya
2021-08-05[ClusterFuzzLite][docs] Start writing docs (#6165)jonathanmetzman
I started writing some important docs, such as overview, build_integration, and running_clusterfuzzlite. However, most important docs are still TODO. This PR at least adds a skeleton for those docs.
2021-08-04Reinstall jekyll deps to update kramdown version in Gemfile.lock (#6168)jonathanmetzman
2021-08-04[docs][NFC] Don't rely on deprecated flag to silence warning. (#6164)jonathanmetzman
2021-08-04[docs] Enable AWT headless mode in Java guide (#6155)Fabian Meumertzheim
Fixes https://github.com/google/oss-fuzz/pull/6105#issuecomment-887950308.
2021-07-13Bump addressable from 2.7.0 to 2.8.0 in /docs (#6031)dependabot[bot]
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10[infra][jvm] Add Jazzer UBSan support (#5898)Fabian Meumertzheim
* [infra][jvm] Add Jazzer UBSan support * [java-example] Reenable and plant UB * [docs] Mention support for Java UBSan in docs Also adds a link to the java-example build.sh to the docs.
2021-06-07docs: CIFuzz requires a project to be cloned with git (#5886)Catena cyber
2021-06-05Update index.mdAbhishek Arya
2021-06-05Update rust_lang.mdAbhishek Arya
2021-06-05Docs: update rust documentation (#5877)DavidKorczynski
* added initial description for writing rust fuzzers. * updated rust docs.
2021-05-25[docs] Mention JVM & Go coverage support (#5826)Fabian Meumertzheim
2021-05-20Bump nokogiri from 1.11.1 to 1.11.5 in /docs (#5806)dependabot[bot]
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 to 1.11.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.1...v1.11.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-20Update new_project_guide.md (#5805)olivekl
* Update new_project_guide.md Rewrite instructions under "Temporarily disabling code instrumentation during builds" section for greater clarity. * Update new_project_guide.md
2021-05-12[all] Make fuzz targets world executable (#5751)Fabian Meumertzheim
Making fuzz targets only user executable as the root user makes them non-executable outside the container, e.g. in the oss-fuzz/build/ dir.
2021-05-11Update accepting_new_projects.md (#5750)olivekl
Fix formatting in new project submission guidelines
2021-05-04docs: Fix syntax error typo (#5710)MarcoFalke
2021-05-03doc: Explain fuzzing_engines (#5704)MarcoFalke
Also fix some dead links
2021-05-02Bump rexml from 3.2.4 to 3.2.5 in /docs (#5696)dependabot[bot]
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-20Fix typos and one link (#5645)Bruno P. Kinoshita
* Fix link to Jenkins * Typos * Fix builder, not jenkins. Co-authored-by: Abhishek Arya <inferno@chromium.org>
2021-03-31Update the Bazel project integration guide to capture the new simpler tool. ↵Stefan Bucur
(#5550) * Update the Bazel project integration guide to capture the new simpler tool. * Update bazel.md Co-authored-by: Abhishek Arya <inferno@chromium.org>
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
runs. (#5506)
2021-03-21update documenation (#5462)van Hauser
* output afl++ setup * update commit id * update afl++ commit id * asan + cmplog fix * update commit id * update and enhance afl++ * update afl++ commit id, better run asan options * fix linter * add debug_afl script * Update debug_afl * Update compile_afl * fix for karchive * put debug_afl in the docker container * asan poison fix * fix asan settings for zeek * update afl++ commit id * fix * update afl++ commit id * final touches * remove map size * remove old comment * llvm 13 fix * enhance documentation * fix capstone build.sh * update doc Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2021-03-20[docs] Change wording regarding i386 fuzzing. (#5449)jonathanmetzman
Mention that only some projects will benefit. Fixes: #4752.
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
Related: https://github.com/google/oss-fuzz/issues/5178
2021-02-25Recommend Ghostwriter (#5246)Zac Hatfield-Dodds
2021-02-22Go 1.16 more fixes (#5239)Catena cyber
* Fixes cilium build * Fixes dragonfly build * Fixes fasthttp build * Fixes fastjson build * golang build: change directory only temporary * Fixes gitea build * Fixes grpc-gateway build * Fixes hugo project build * Fixes ipfs build * Fixes jsonparser build * Fixes kubernetes build * Fixes loki build * Fixes minify build * Fixes nats build * Removes go get from the docs * Fixes quic-go build * Fixes radon build * Fixes syzkaller build * Fixes tidb build * Fixes vitess build
2021-02-19[CIFuzz] Support languages non-C++ projects (e.g. Python projects) (#5222)jonathanmetzman
Allow use of non-C++ projects by specifying the language in the workflow file. Fixes #5195
2021-02-18[CIFuzz] Fix handling of sanitizer artifacts (#5182)jonathanmetzman
Fixes #5175 1. Put sanitizer in artifact name. 2. Fix parsing of non-ASAN stacks.
2021-02-18[CIFuzz] Note which languages are supported (#5208)jonathanmetzman
Related #5195
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
* Add a subsection on Bazel projects in the New Project Guide. * Turned the Bazel doc into a stand-alone page with detailed instructions.
2021-01-28Fix argument order in run_fuzzer command example. (#5060)Stefan Bucur
2021-01-26Use afl++ in docs. (#5049)Abhishek Arya