Commit Graph

15 Commits

Author SHA1 Message Date
Guido Vranken e883ecfb48
pillow, golang updates (#4692)
* [pillow] Remove project.

Despite my best efforts this has never worked properly.
No reward was ever requested or given for this integration.

* [golang] Remove my e-mail address

I helped integrate this project. I'm no longer involved with this project
and don't need to receive bug reports.
2020-11-25 09:00:19 -08:00
Catena cyber 2db56c4174
Golang project uses compile_go_fuzzer script (#4685)
* Golang project uses compile_go_fuzzer script

* Kubernetes project uses compile_go_fuzzer script

* Adds golang to ci covergae builds

* fixup

* Golang coverage with go modules

cf coredns project
2020-11-21 07:11:43 -08:00
Catena cyber 217175212b
[infra] Use generic compile_go_fuzzer for golang projects (#4659)
* Use generic compile_go_fuzzer for golang projects

* fix the copyright in the new script

Co-authored-by: Max Moroz <mmoroz@chromium.org>
2020-11-19 14:18:25 -08:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -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 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
Yevgeny Pats 79132050e2 [golang] set explictly GO111MODULES=off (#2914)
This will prevent breaking go-fuzz when it will support go modules
https://github.com/dvyukov/go-fuzz/issues/195

and addressing this issue:
https://github.com/google/oss-fuzz/issues/2878
2019-10-03 13:15:08 -07:00
Josh Bleecher Snyder ba3947ee40 [golang] add my email to project.yaml (#2838)
Updates #2825
2019-09-16 14:31:13 -07:00
jonathanmetzman bfaf92aae7
Use $LIB_FUZZING_ENGINE instead of -lFuzzingEngine in 4 different projects (#2805)
Migrate golang, libvips, unicorn, libpcap
2019-09-05 15:09:59 -07:00
jonathanmetzman 9e4853525f [Golang] Disable AFL (#2738)
* Update project.yaml

* Update project.yaml
2019-08-21 15:08:30 -07:00
Max Moroz e944cdfbb8
[golang] Use pre-installed go-fuzz dependencies (#2714). (#2736) 2019-08-21 12:08:22 -07:00
Max Moroz 3ac2dbc09c
[golang] Add myself to the CC list to monitor new crashes and comments.
I have access to it anyway, but auto-CC made debugging go-fuzz integration a bit more convenient for me.
2019-08-17 14:37:49 -07:00
Max Moroz 13f62b853d
[golang] Use ASan instead of UBSan because CF needs it for corpus pruning. 2019-08-16 10:56:46 -07:00
Guido Vranken aebba43c02 [golang] Golang internal library fuzzers (#2188)
* Add golang fuzzer

* Use dvyukov's fuzzers

* Add more fuzzers

* Move data retrieval to Dockerfile + cosmetic changes

* Use upstream Golang, go-fuzz

- Install Golang 1.9 binaries to bootstrap latest development Golang
- Deprecate go-fuzz fork in favor of upstream go-fuzz

* Disable Go fuzzers whose build is broken

* Trigger Travis

* project.yaml stub

* auto_ccs
2019-08-16 10:55:55 -07:00