aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
Commit message (Collapse)AuthorAge
* build(deps): bump nokogiri from 1.13.4 to 1.13.6 in /docs (#7719)Gravatar dependabot[bot]2022-06-10
| | | | | | | | | | | | | | | | Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.6. - [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.13.4...v1.13.6) --- 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>
* build(deps): bump nokogiri from 1.13.3 to 1.13.4 in /docs (#7555)Gravatar dependabot[bot]2022-04-12
| | | | | | | | | | | | | | | | Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.3 to 1.13.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.4/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.3...v1.13.4) --- 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>
* Update new_project_guide.md (#7477)Gravatar jonathanmetzman2022-03-30
|
* Mention ASAN false positives. (#7427)Gravatar jonathanmetzman2022-03-23
| | | | Fixes: https://github.com/google/oss-fuzz/issues/7421 Related: https://github.com/google/oss-fuzz/issues/2746
* docs: drop out-of-date paragraph (#7403)Gravatar Evgeny Vereshchagin2022-03-21
| | | | | | Issues like https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45628 aren't always reproducible with libFuzzer so to really trigger them using the OSS-Fuzz toolchain they should be built and run with engines used to trigger them originally. `reproduce` supports them now.
* Bump nokogiri from 1.12.5 to 1.13.3 in /docs (#7334)Gravatar dependabot[bot]2022-02-27
| | | | | | | | | | | | | | | | Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.3. - [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.5...v1.13.3) --- 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>
* native Go fuzzing: Update docs (#7286)Gravatar AdamKorcz2022-02-15
|
* [draft] Integrate native go fuzzing (#7055)Gravatar AdamKorcz2022-02-09
|
* Update OSS-Fuzz process image. (#7248)Gravatar Oliver Chang2022-02-08
| | | | | | - Remove reference to Jenkins. - Set white background. Fixes #7203
* Add oss-fuzz checkout instruction to reproducing.md (#7245)Gravatar Oliver Chang2022-02-07
| | | Fixes #7185
* [ClusterFuzzLite] Support local runs (#6987)Gravatar jonathanmetzman2022-01-19
|
* Delete obsolete docs (#6930)Gravatar jonathanmetzman2021-11-29
|
* [cifuzz] Small correction to docs (#6905)Gravatar AdamKorcz2021-11-29
|
* Remove misleading "secure" adjective from Docker FAQ. (#6929)Gravatar Oliver Chang2021-11-29
|
* docs: remove statement on naming seed with sha1 values as it is no longer ↵Gravatar DavidKorczynski2021-11-03
| | | | valid (#6754)
* Fix builds after Jazzer breaking change (#6622)Gravatar Fabian Meumertzheim2021-10-20
| | | | Follow-up to f043a72a0e632455f9939383efd60c131973c570, which became necessary due to https://github.com/CodeIntelligenceTesting/jazzer/commit/24069c388579f54ec9872e61efa44f5e6065f838
* build(deps): bump nokogiri from 1.12.2 to 1.12.5 in /docs (#6535)Gravatar dependabot[bot]2021-09-28
| | | | | | | | | | | | | | | | 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>
* Update reproducing.md (#6464)Gravatar zoulasc2021-09-16
| | | Some bugs (specially ones related to integer and pointer overflows) are architecture-specific (32/64 bit builds). Add a hint about it.
* doc: add light guidance on bug fixing (#6431)Gravatar DavidKorczynski2021-09-14
| | | | | * doc: add lightweight guidance on bug fixing. * doc: fix typo and whitespace.
* doc: explicitly mention dynamic and static linking of fuzzers (#6428)Gravatar DavidKorczynski2021-09-12
| | | | | * doc: explicitly mention static and dynamic linking of fuzzers. * doc: add comma.
* doc: use lang-specific base-builder images (#6415)Gravatar Catena cyber2021-09-08
|
* Doc: adds swift to the list of languages supporting coverage (#6398)Gravatar Catena cyber2021-09-03
|
* Swift ideal integration (#6312)Gravatar Catena cyber2021-09-02
| | | | | | | | | | | | | | | | | | | * 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
* docs: remove minijail doc. (#6285)Gravatar DavidKorczynski2021-08-24
|
* [Ubuntu Upgrade][docs] Say need to build msan deps manually (#6238)Gravatar jonathanmetzman2021-08-19
| | | | | | | | * [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
* minor cflite build integration docs changes. (#6240)Gravatar Oliver Chang2021-08-20
| | | | | | | | | | | - 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
* New base builder without lang specific installation + swift base (#5986)Gravatar asraa2021-08-20
| | | 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).
* Clarify language in continuous_integration.md (#6227)Gravatar olivekl2021-08-16
| | | Clarify AND (not OR) for situations when crashes are reported
* Update bazel.md (#6228)Gravatar olivekl2021-08-16
| | | Fix typo (though --> through)
* Fix reproducing timeout to match clusterfuzzGravatar Abhishek Arya2021-08-13
|
* [ClusterFuzzLite][docs] Start writing docs (#6165)Gravatar jonathanmetzman2021-08-05
| | | | 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.
* Reinstall jekyll deps to update kramdown version in Gemfile.lock (#6168)Gravatar jonathanmetzman2021-08-04
|
* [docs][NFC] Don't rely on deprecated flag to silence warning. (#6164)Gravatar jonathanmetzman2021-08-04
|
* [docs] Enable AWT headless mode in Java guide (#6155)Gravatar Fabian Meumertzheim2021-08-04
| | | Fixes https://github.com/google/oss-fuzz/pull/6105#issuecomment-887950308.
* Bump addressable from 2.7.0 to 2.8.0 in /docs (#6031)Gravatar dependabot[bot]2021-07-13
| | | | | | | | | | | | | | | | 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>
* [infra][jvm] Add Jazzer UBSan support (#5898)Gravatar Fabian Meumertzheim2021-06-10
| | | | | | | | | * [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.
* docs: CIFuzz requires a project to be cloned with git (#5886)Gravatar Catena cyber2021-06-07
|
* Update index.mdGravatar Abhishek Arya2021-06-05
|
* Update rust_lang.mdGravatar Abhishek Arya2021-06-05
|
* Docs: update rust documentation (#5877)Gravatar DavidKorczynski2021-06-05
| | | | | * added initial description for writing rust fuzzers. * updated rust docs.
* [docs] Mention JVM & Go coverage support (#5826)Gravatar Fabian Meumertzheim2021-05-25
|
* Bump nokogiri from 1.11.1 to 1.11.5 in /docs (#5806)Gravatar dependabot[bot]2021-05-20
| | | | | | | | | | 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>
* Update new_project_guide.md (#5805)Gravatar olivekl2021-05-20
| | | | | | | * Update new_project_guide.md Rewrite instructions under "Temporarily disabling code instrumentation during builds" section for greater clarity. * Update new_project_guide.md
* [all] Make fuzz targets world executable (#5751)Gravatar Fabian Meumertzheim2021-05-12
| | | | 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.
* Update accepting_new_projects.md (#5750)Gravatar olivekl2021-05-11
| | | Fix formatting in new project submission guidelines
* docs: Fix syntax error typo (#5710)Gravatar MarcoFalke2021-05-04
|
* doc: Explain fuzzing_engines (#5704)Gravatar MarcoFalke2021-05-03
| | | Also fix some dead links
* Bump rexml from 3.2.4 to 3.2.5 in /docs (#5696)Gravatar dependabot[bot]2021-05-02
| | | | | | | | | | 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>
* Fix typos and one link (#5645)Gravatar Bruno P. Kinoshita2021-04-20
| | | | | | | | | * Fix link to Jenkins * Typos * Fix builder, not jenkins. Co-authored-by: Abhishek Arya <inferno@chromium.org>
* Update the Bazel project integration guide to capture the new simpler tool. ↵Gravatar Stefan Bucur2021-03-31
| | | | | | | | | (#5550) * Update the Bazel project integration guide to capture the new simpler tool. * Update bazel.md Co-authored-by: Abhishek Arya <inferno@chromium.org>