Jonathan Metzman
2ce7db4d47
Refactor coverage and move to own module
2021-01-20 06:47:48 -08:00
DavidKorczynski
6f19f3acb5
[pyyaml] Initial integration. ( #4717 )
2021-01-05 08:29:48 -08:00
AdamKorcz
c79f26d57c
[valijson] Initial integration ( #4854 )
2021-01-05 08:27:57 -08:00
AdamKorcz
e51d3e3ea1
[igraph] Initial integration ( #4877 )
2021-01-05 08:26:43 -08:00
AdamKorcz
4dcfe1a7f8
[meshoptimizer] Initial integration ( #4895 )
2021-01-05 08:25:12 -08:00
Catena cyber
e7b83b64c1
Adds project upb (ie micro protobuf) ( #4914 )
2021-01-05 08:21:29 -08:00
Matthias Hanel
62426362d2
include extra email in auto_ccs ( #4913 )
2021-01-04 17:33:02 -08:00
Robert Löhning
008b9bcec6
[qt] Build from the dev branch ( #4912 )
...
Removing i386 because it fails with:
../bootstrap/libBootstrap.a(qdatetime.cpp.o): In function `qMulOverflow<long long>':
/work/qtbase/include/QtCore/../../../../src/qt/qtbase/src/corelib/global/qnumeric.h:122: undefined reference to `__mulodi4'
2021-01-05 11:30:44 +11:00
Guido Vranken
97ac4b1592
[wolfssl] Add target for wolfCrypt OpenSSL API ( #4910 )
2021-01-04 10:13:40 -08:00
tsdgeos
ca0f1bcbca
kimageformats: fuzz the new .ani image handler ( #4907 )
2021-01-04 10:13:04 -08:00
Victor Costan
9918fe9030
snappy: Build fix. ( #4906 )
2021-01-03 00:12:51 -08:00
wiredfool
a49b7f7e2c
[pillow] Fix pillow corpus file name ( #4903 )
...
* Fix Pillow corpus file name
* Install extra test images for a better starting corpus
This includes images that are either:
* large
* unclear license, so unable to distribute
* cause antivirus hits
2021-01-02 09:58:32 -08:00
Abhishek Arya
14452cfb3d
Fix workdir for Pillow project. ( #4902 )
...
Fixes #4853
2021-01-01 11:50:00 -08:00
Nickolay Olshevsky
7ca4bb0693
[rnp] Update used Botan version to 2.16.0. ( #4900 )
2020-12-31 11:23:30 -08:00
Guido Vranken
51098cb791
[wolfssl] Add David Garske of wolfSSL to auto_ccs ( #4899 )
2020-12-30 12:43:20 -08:00
Google AutoFuzz Team
e3806aada0
Use the new wrapper for pygments ( #4898 )
2020-12-30 10:07:43 -08:00
Google AutoFuzz Team
234a82a6d2
Add a fuzzer for scapy ( #4897 )
...
* Add a fuzzer for scapy
* Add a proper™ contact for scapy's fuzzer
* Fix wrapper to match docs (for symbolization)
Co-authored-by: Abhishek Arya <inferno@chromium.org>
2020-12-29 10:35:13 -08:00
Guido Vranken
8b6b21e391
[wolfssl] Enable i386 builds ( #4894 )
2020-12-27 09:34:31 -08:00
Nathan Moinvaziri
42d228bb95
[c-blosc2] Update seed corpus for decompression fuzzers ( #4892 )
...
* [c-blosc2] Add seed corpus for frame decompression fuzzer.
* [c-blosc2] Fixed name of seed corpus archive for chunk decompression fuzzer.
2020-12-25 15:15:31 -08:00
Guido Vranken
2050988b06
[bignum-fuzzer] Update mpdecimal to latest version ( #4891 )
...
* [bignum-fuzzer] Update mpdecimal to latest version
* [bignum-fuzzer] Add license to build.sh
2020-12-24 08:45:22 -08:00
Google AutoFuzz Team
652fa65c16
Add a couple of dictionaries to pillow's fuzzer ( #4888 )
2020-12-24 08:45:03 -08:00
Guido Vranken
c5af59803c
[wolfssl] Build fuzzers for two bignum implementations ( #4884 )
...
* [wolfssl] Build fuzzers for two bignum implementations
* [wolfssl] Don't build bignum fuzzers with dataflow
* [wolfssl] Build MemorySanitizer bignum fuzzers with --disable-asm
2020-12-24 08:44:27 -08:00
Martin Holst Swende
3f2cbfdc11
go-ethereum: install go-ethereum in go-path ( #4858 )
...
* go-ethereum: install go-ethereum in
* go-ethereum: fix build error
* go-ethereum: download deps in build step
2020-12-24 08:43:38 -08:00
Google AutoFuzz Team
4a60210210
Force pillow to do more operations on the input ( #4887 )
...
By default, pygments is lazy, and won't decode/ratser/encode
things if not explicitly needed. Using a rotation and a filter
should force it to do it.
2020-12-23 09:51:05 -08:00
Google AutoFuzz Team
d93d9d11c3
Add a couple of dependencies for pillow's fuzzer ( #4886 )
2020-12-23 09:50:39 -08:00
Guido Vranken
9b920fdb41
[cryptofuzz] Fix Crypto++ MemorySanitizer issues ( #4889 )
2020-12-23 09:49:53 -08:00
Francois Pesce
40d0cc7c18
Adding Product Security Lead to the auto-ccs ( #4890 )
2020-12-23 09:48:25 -08:00
Stefano Bonicatti
1cc92b2339
[osquery] Fix fuzzers build ( #4882 )
...
osquery incorrectly connected the build of the fuzzers
with the build of the tests.
This has been fixed but the flag to build the fuzzers has been
changed too, reflect that change here.
Moreover, a flag to avoid building AWS EC2 tables
and library has been added.
Disable building them on ossfuzz, so that the CI doesn't go oom.
2020-12-22 10:40:01 -08:00
Jeremy Katz
d2cd44a77a
Set up contacts for beautiful soup ( #4881 )
2020-12-22 09:53:46 -08:00
Abhishek Arya
08254b99c4
Update docs, add python support. ( #4878 )
2020-12-21 13:43:26 -08:00
Google AutoFuzz Team
6a646ea993
Add some dictionaries to pygments' fuzzer ( #4876 )
2020-12-21 06:30:24 -08:00
Google AutoFuzz Team
86322e1807
Fix the build for beautifulsoup's fuzzer ( #4875 )
...
No need to do convert the source to python3 ourself,
since pip can do it itself.
2020-12-21 05:37:36 -08:00
Daniel Novomeský
12fd2fcfda
[kimageformats] add extra flags for libaom dependency ( #4874 )
2020-12-19 15:31:17 -08:00
Abhishek Arya
01ebe8e15f
Don't run test_all on llvm-symbolizer for black box fuzzer projects. ( #4873 )
2020-12-19 08:20:29 -08:00
jonathanmetzman
e01883df1e
[CIFuzz] Fix typo in disabled test ( #4871 )
2020-12-18 19:29:52 -08:00
Arash Partow
6a079d6946
[exprtk] Decrease loop runtime check upper-bound ( #4872 )
2020-12-18 19:29:35 -08:00
jonathanmetzman
d8546a88b3
[infra] Mark more tests as integration ( #4869 )
2020-12-18 10:44:12 -08:00
jonathanmetzman
c2165341d2
[presubmit] Support option to run on all files ( #4870 )
2020-12-18 10:43:22 -08:00
jonathanmetzman
2a1194c939
Improve CIFuzz tests ( #4868 )
...
1. Fix problem where permissions were being changed to root by non-root test (test was doing this by invoking test_all.py within docker).
2. Mark tests as integration tests so that cifuzz_test.py can be run in a reasonable amount of time.
3. Prevent some unittests from polluting source repo.
4. Add .venv to .gitignore
5. Rename test_test_all.py to the correctly formatted name "test_all_test.py"
2020-12-18 10:37:56 -08:00
tsdgeos
878612f603
Update the ghostscript used ( #4866 )
2020-12-18 10:21:59 -08:00
daviesrob
6ddb2b7bd0
Add recurse-submodules to htslib clone ( #4867 )
...
In anticipation of samtools/htslib#929 merge, which will add
a submodule, among other changes. This will ensure fuzzing
continues to work both before and after the update.
2020-12-18 10:21:36 -08:00
Abhishek Arya
f359fd010f
Allow none in engine for infra/helper.py
2020-12-17 19:47:03 -08:00
Abhishek Arya
6718fb8bd6
Fix broken blackbox fuzzer projects. ( #4865 )
...
* Fix broken blackbox fuzzer projects.
Regression from
https://github.com/google/oss-fuzz/pull/4769/files
* Fix indent.
2020-12-17 16:29:11 -08:00
Evan Miller
0110bb7ab0
[mdbtools] Initial integration ( #4860 )
2020-12-17 13:46:36 -08:00
Daniel Novomeský
d49345764d
Fix build scripts for kimageformats ( #4864 )
2020-12-17 13:23:50 -08:00
AdamKorcz
b3f128912a
[Hiredis] Initial integration ( #4822 )
...
* [teleport] Initial integration
* Minor update to run tests again
* [Hiredis] Initial integration
* Added maintainer email and slightly updated the build script
* Removed empty line
2020-12-17 11:38:43 -08:00
Abhishek Arya
e06d7f0412
Fix incorrect calculation with gcs path for backup corpus. ( #4863 )
...
Fixes https://github.com/google/oss-fuzz/issues/4857
2020-12-17 10:57:32 -08:00
Nick Wellnhofer
773e82c688
[cmark] Update options and auto_ccs ( #4861 )
...
Remove max_len and inactive auto_cc.
2020-12-17 10:09:55 -08:00
AdamKorcz
828ff46068
[ninja] Change maintainers email address ( #4862 )
...
* [teleport] Initial integration
* Minor update to run tests again
* Changed maintainers email address
* Minor fix
2020-12-17 10:08:40 -08:00
Google AutoFuzz Team
86002c1f47
Use only utf-8 for Pygments ( #4859 )
...
See https://github.com/pygments/pygments/issues/1628#issuecomment-747259224
2020-12-17 08:28:47 -08:00