Zhicheng Cai
6b9b08eb60
[doc] Update new_project_guide.md ( #3828 )
2020-05-15 19:22:28 -07:00
Evgeny Vereshchagin
0093bb28f4
cifuzz: s/allowed_broken_targets_percentage/allowed-broken-targets-percentage/ ( #3803 )
2020-05-13 15:16:29 -07:00
jonathanmetzman
1f533163cc
[CIFuzz] Support ALLOWED_BROKEN_TARGETS_PERCENTAGE ( #3726 )
...
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.
2020-05-13 12:44:11 -07:00
Evgeny Vereshchagin
8ba4f3a375
cifuzz: upload artifacts only when the "run fuzzers" step fails ( #3733 )
...
Closes https://github.com/google/oss-fuzz/issues/3711
2020-04-30 09:40:39 -07:00
Jonathan Metzman
c580d0d626
Revert "[CIFuzz] Add support for different sanitizers ( #3516 )"
...
This reverts commit 9b30127675
.
2020-04-28 14:38:10 -07:00
Leo Neat
9b30127675
[CIFuzz] Add support for different sanitizers ( #3516 )
2020-04-28 12:31:36 -07:00
Max Moroz
13cb49b86c
[Go] remove "-lpthread" flag from "compile_fuzzer" and fix comments ( #2714 ). ( #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
2020-04-16 10:03:03 -07:00
Abhishek Arya
892cec4e75
Switch OSS projects to use native go-fuzz. ( #3638 )
...
* 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
2020-04-13 21:57:30 -07:00
Max Moroz
6d88ff7c4f
[docs] Link the general definition of the fuzz target on the reference page ( fixes #2148 ). ( #3602 )
2020-04-08 22:27:04 -07:00
Abhishek Arya
42bf235998
Add Honggfuzz to new project guide doc.
2020-04-07 21:29:16 -07:00
Leo Neat
c04e4d288d
[CIFuzz] Documentation update ( #3572 )
...
* Documentation update
* Abhishek comments
2020-04-02 12:36:17 -07:00
Robert Löhning
4b5f1e60b5
[docs] Fix where to look ( #3529 )
2020-03-20 12:03:55 -07:00
Lovell Fuller
3c28d2a860
Upgrade lcamtuf.coredump.cx to HTTPS, as it has been ( #3527 )
...
accepting only HTTPS connections since approx 14th March.
This allows the builds for guetzli, libjpeg-turbo,
libtiff and libvips to succeed again.
2020-03-20 07:50:16 -07:00
Leo Neat
d7a4a4b89f
Documentation update ( #3518 )
...
Just fixing a few spelling mistakes and added some features to the description.
2020-03-18 10:58:08 -07:00
Max Moroz
71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. ( #3477 )
...
* [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
2020-03-10 11:08:01 -07:00
Max Moroz
072457fd3c
[docs] Increase the documented disk size on the builder (caused confusion in #3382 ).
2020-03-06 07:54:33 -08:00
dependabot[bot]
d52152df97
Bump nokogiri from 1.10.4 to 1.10.8 in /docs ( #3430 )
...
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>
2020-02-26 11:51:08 +11:00
Leo Neat
f16f391a18
Docs fix ( #3416 )
...
Small change to example file to reflect the current action state.
2020-02-21 10:48:22 -08:00
Leo Neat
39fe0d725b
[CIFuzz] Check crash on most recent OSS-Fuzz build ( #3385 )
...
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.
2020-02-19 15:32:30 -08:00
Max Moroz
4d8c828789
[docs] FAQ: fix honggfuzz info and add a question about corpora use. ( #3410 )
2020-02-19 15:27:58 -08:00
Leo Neat
f2de39d8e0
Change arrows to ovals ( #3386 )
2020-02-13 16:21:52 -08:00
Leo Neat
d376a98ae4
[CIFuzz] Documentation ( #3368 )
...
* CIFuzz documentation
* Maxs comments
* Jonathan comments
* Jonathan comments pt.2
* Adding images
* Maxs comments pt.2
* Image spacing
* Maxs comments pt.3
* Jonathan comments
2020-02-12 12:49:17 -08:00
Max Moroz
7751ab5a87
[infra] Introduce "language" attribute in the project.yaml ( #3297 ). ( #3299 )
...
* [infra] Introduce "language" attribute in the project.yaml (#3297 ).
* follow up
* enable the attribute for more projects
* trailing newline
2020-01-30 15:36:44 -08:00
Max Moroz
14758dfe7d
[docs] Update the main docs page to mention fuzzing docs. ( #3220 )
...
* [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
2020-01-12 17:14:20 -08:00
Oliver Chang
84a2de2f84
Bump up rss limit to 2.5GB. ( #3201 )
2020-01-08 14:50:44 +11:00
Abhishek Arya
97060c44de
Fix typo
2019-09-24 16:25:00 -07:00
jonathanmetzman
f57aa39c4d
Add instructions on dynamic linking ( #2881 )
2019-09-24 16:19:45 -07:00
Max Moroz
d1ed6b87a7
[docs] Add "Integrating a Go project" documentation page ( #2714 ). ( #2837 )
...
* [docs] Add "Integrating a Go project" documentation page (#2714 ).
* rephrase go-fuzz mode description
2019-09-17 07:15:22 -07:00
Max Moroz
bae6ad36a6
[docs] Recommend using "gsutil -m cp -r" instead of "gsutil -m rsync". ( #2811 )
2019-09-06 08:44:15 -07:00
kplybon
5791d29005
[Docs]: Copy edit Advanced Topics section. ( #2799 )
...
* [Docs]: Copy edit Advanced Topics section.
* Minor tweaks addressing Max's comments.
* Add context for Code Coverage
2019-09-05 13:21:13 -07:00
Ammar Askar
3bce510ef1
[docs] Document shiny new badge in the docs ( #2700 )
...
* [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.
2019-09-04 20:50:17 -07:00
Max Moroz
a8c21cd243
[docs] Document FuzzedDataProvider support. ( #2547 )
...
* [docs][infra] Add build support for FuzzedDataProvider.
* address review comment
* document the new FDP location
* remove redundant new line
2019-08-26 13:42:59 -07:00
Abhishek Arya
0c9b5c5e2c
Fix doc links. ( #2750 )
2019-08-22 11:33:39 -07:00
Abhishek Arya
7db0b45f41
Update ideal_integration.md
2019-08-22 11:28:24 -07:00
Abhishek Arya
b6643c7c5f
Update ruby gems for docs. ( #2749 )
2019-08-22 10:50:17 -07:00
Max Moroz
1b54658a28
[docs] Replace "furthur" with "further" throughout the documentation. ( #2737 )
2019-08-21 15:10:15 -07:00
Abhishek Arya
a0b039e7f9
Add documentation for vendor_ccs. ( #2734 )
...
* Add documentation for vendor_ccs.
* Address review comments.
2019-08-21 09:59:06 -07:00
Abhishek Arya
a846f976b0
Update reproducing.md
2019-08-19 16:14:15 -07:00
jonathanmetzman
984b792dd9
Document i386 fuzzing ( #2704 )
2019-08-19 14:07:33 -07:00
Abhishek Arya
d4a5145462
Update index.md
2019-08-16 23:39:03 -07:00
Abhishek Arya
65e0da812b
Update new_project_guide.md ( #2709 )
2019-08-15 16:33:07 -07:00
Abhishek Arya
055f9836f3
Documentation fixes. ( #2705 )
2019-08-15 15:07:23 -07:00
Abhishek Arya
b97503d279
Documentation fixes ( #2689 )
2019-08-12 14:15:33 -07:00
Abhishek Arya
1d86ee21f5
Update new_project_guide.md
2019-08-12 11:29:53 -07:00
Max Moroz
40a183b53f
[docs] Change "hundreds of bugs" to "thousands of bugs" :) ( #2674 )
...
* [docs] Change "hundreds of bugs" to "thousands of bugs" :)
* include AFL crashes too
2019-08-09 12:35:14 -07:00
kplybon
d8af01c016
[Docs] Clarify fuzzing process and new projects procedure ( #2673 )
2019-08-09 12:24:43 -07:00
Abhishek Arya
e8ca6e1514
Create new_project_guide.md
2019-08-07 13:08:46 -07:00
Abhishek Arya
758186cd0a
Add redirect for old reproducing.md ( #2666 )
2019-08-07 12:57:10 -07:00
Abhishek Arya
40dbd8d101
Update new_project_guide.md
2019-08-07 07:44:45 -07:00
Abhishek Arya
cf4af86972
Switch docs to new structure ( #2663 )
2019-08-07 07:37:16 -07:00