Catena cyber
b889b43350
Use latest developements for ntp project ( #2787 )
2019-09-03 07:52:24 -07:00
Janne Grunau
a1a80dd3c4
dav1d: adapt build to upstream changes ( #2791 )
...
dav1d renamed the options build_asm and build_tools. build_asm=false
is no longer needed since the upstream fuzzer target disables the asm
code path when it runs under memory sanitizer.
Use enable_tools=false to skip building the dav1d CLI tools.
2019-09-01 22:55:21 -07:00
jonathanmetzman
ec331c1c6a
Try again to unbreak librawspeed by actually using gold ( #2786 )
2019-08-30 17:34:51 -07:00
Guido Vranken
5a2952267a
[cryptofuzz] Add Botan ( #2780 )
2019-08-30 15:00:49 -07:00
jonathanmetzman
824f9f3928
Fix librawspeed build ( #2784 )
2019-08-30 11:29:20 -07:00
Catena cyber
0da05c8768
Avoids minijail issue with ntp project ( #2783 )
...
* Avoids minihail issue with ntp
* Readds flag for afl
2019-08-30 07:13:39 -07:00
jonathanmetzman
16e79e1bd5
[skia] Temporarily use gold to hack around clang regression ( #2782 )
2019-08-29 23:31:53 -07:00
lotharkript
d81eb7860e
ffmpeg: Remove external Encoder libraries ( #2778 )
...
The fuzzer is testing demuxer and decoding.
No need to build and link external encoder libraries for now.
2019-08-29 17:16:53 -07:00
tbeu
a09c45a0ee
[matio] Add more API calls for matio ( #2779 )
2019-08-29 11:16:08 -07:00
lotharkript
1f658a17bc
ffmpeg: Add JB from VideoLan ( #2777 )
2019-08-29 10:00:28 -07:00
Catena cyber
03ae506c15
[ntp] Uses fresh sources for ntp project ( #2774 )
2019-08-29 08:20:20 -07:00
Frank Morgner
b2c715031d
[opensc] added more CCs people ( #2773 )
...
* [opensc] added more CCs people
* use gmail account for better integration
2019-08-28 21:24:54 -07:00
Yang Gao
5938259c44
[grpc] Fix gRPC build ( #2768 )
...
* Update grpc
* Fix grpc build
* Fix ubsan
* Disable AFL
* define grpc env var to disable bazel wrapper
* Try again
2019-08-28 15:24:08 -07:00
Google AutoFuzz Team
fb35c82348
[Matio] Add matio project ( #2761 )
2019-08-28 11:56:46 -07:00
Max Moroz
5043a69d61
Revert "Disable TensorFlow fuzzing project. ( #2770 )" ( #2771 )
...
This reverts commit 4e6b899e62
.
2019-08-28 11:31:16 -07:00
Mihai Maruseac
4e6b899e62
Disable TensorFlow fuzzing project. ( #2770 )
...
The current build rules for TensorFlow take too long and recently they
have been constantly killed. As we are now working on cleaning up the
build, we switched to using new compilers, there is work on making
TensorFlow easier to build, I think it's better to disable the project
for the remainder of the quarter.
Next quarter I'll come back with a better build script and re-enable the
project.
2019-08-28 09:29:18 -07:00
Christoph Diehl
7ed3f375b6
Add Mozilla fuzzing team to auto_cc of their used 3rd party libraries ( #2703 )
...
* Add Mozilla fuzzing team to auto_cc of their used 3rd party libraries
* Use new vendor_ccs field in projects.yml (#2703 )
* Remove not yet approved projects
* Remove not yet approved projects
2019-08-28 09:16:53 -07:00
Max Dymond
2d28c01fe8
Add a libssh2 fuzzer ( #2766 )
...
Currently forked off the latest libssh2 code while the changes are
pending in their source tree.
2019-08-28 09:07:25 -07:00
Max Moroz
b3726e9d20
[infra] Use stable version of AFL from the upstream repo. ( #2767 )
2019-08-27 09:53:48 -07:00
Guido Vranken
4159623ecd
[rapidjson] Extended fuzzer ( #2765 )
...
* [rapidjson] Extended fuzzer
* [rapidjson] Extended fuzzer: Add Dockerfile and compile with -std=c++2a
2019-08-27 09:40:44 -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
Max Moroz
ab591ee25f
[zopfli] Fix timeout and use FuzzedDataProvider from the system location. ( #2763 )
...
* [zopfli] Use FuzzedDataProvider from the system location.
* add missing size check
2019-08-26 13:39:30 -07:00
Max Moroz
ee519b9e83
[spdlog] Silence the fuzz target output + use the new FDP location (). ( #2762 )
2019-08-26 13:36:50 -07:00
Catena cyber
9304916001
Adds include path for ecc diff project ( #2759 )
2019-08-26 07:25:38 -07:00
Felix Weinrank
f7b804f929
Add usrsctp project ( #2739 )
2019-08-26 10:59:53 +10:00
Catena cyber
d6cf1bcea2
Adds one people for unicorn project ( #2757 )
2019-08-26 10:58:02 +10:00
Abhishek Arya
e4bcc79247
Update builds_status.py
2019-08-23 13:44:21 -07:00
Abhishek Arya
32dd91bc40
Create storage client only once for build status updates. ( #2756 )
...
Should fix https://github.com/google/oss-fuzz/issues/2755 .
2019-08-23 13:43:10 -07:00
Max Dymond
8799e89e3a
Enable MSAN for curl, for real this time! ( #2754 )
2019-08-23 12:29:41 -07:00
jonathanmetzman
0a1c3c67c9
Enable i386 fuzzing on another 11 projects ( #2752 )
2019-08-23 11:59:56 -04:00
Max Dymond
ee9a96d0c5
Enable i386 for curl. ( #2745 )
2019-08-23 07:51:51 -04: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
Even Rouault
79aac7941e
[GDAL] Enable unsigned-integer-overflow ( #2747 )
...
GDAL regression test suite now passes with this, and some local testing
of it for ossfuzz is encouraging, so let's enable that.
2019-08-22 11:44:31 -04:00
jonathanmetzman
ebd914fb80
Enable i386 fuzzing on 18 projects ( #2748 )
...
Maintainers who own these projects: If you don't want i386 fuzzing, feel free to disable.
I figured i386 fuzzing is generally desirable since it can find more bugs but most projects won't switch because of inertia.
2019-08-22 11:44:03 -04:00
Frank Morgner
aba3043190
[OpenSC] added fuzzing tests ( #2726 )
2019-08-22 10:57:42 -04:00
Harish Mahendrakar
d19a42cd4c
[libmpeg2] Initial fuzzer ( #2740 )
2019-08-21 16:17:04 -07:00
Max Moroz
1b54658a28
[docs] Replace "furthur" with "further" throughout the documentation. ( #2737 )
2019-08-21 15:10:15 -07:00
jonathanmetzman
9e4853525f
[Golang] Disable AFL ( #2738 )
...
* Update project.yaml
* Update project.yaml
2019-08-21 15:08:30 -07:00
Max Moroz
3a0c9fbb3a
[syzkaller] Disable AFL fuzzing engine as it doesn't get coverage feedback.
2019-08-21 15:06:55 -07:00
Max Moroz
e944cdfbb8
[golang] Use pre-installed go-fuzz dependencies ( #2714 ). ( #2736 )
2019-08-21 12:08:22 -07:00
Max Moroz
b33c276c0d
[infra] Update base-builder image to support go-fuzz ( #2714 ). ( #2735 )
...
* [infra] Update base-builder image to support go-fuzz (#2714 ).
* address review comments
2019-08-21 11:06:59 -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
Guido Vranken
0e69f9c5ed
[python3-libraries] Fix build by removing AFL ( #2733 )
2019-08-21 06:08:07 -07:00
Oliver Chang
018d80ed71
Fix build links on builds status page. ( #2732 )
...
Setting routeData does not work if there is no existing route set.
Also fix deploy to not cache files.
2019-08-21 11:36:18 +10:00
Abhishek Arya
4969c304fd
Add vendor_ccs example. ( #2731 )
...
* Add vendor_ccs example.
* Remove dominicc.
2019-08-20 16:56:47 -07:00
Ammar Askar
92d5ba8f9e
[infra] Allow perma-links to project logs. Fixes #2690 ( #2725 )
2019-08-20 16:40:56 -07:00
Google AutoFuzz Team
699f291c44
[libgd] Add more fileformats to libgd's fuzzer ( #2720 )
...
* Add more fileformats to libgd's fuzzer
* Fix some corpus path-related issue
2019-08-20 11:36:06 -07:00
Harish Mahendrakar
b027caf1f5
[libhevc] Initial fuzzer ( #2728 )
2019-08-20 08:49:11 -07:00