Oliver Chang
5c5a10a16d
Update project.yaml
2019-04-09 10:47:13 +10:00
Matt Morehouse
6c3880cfd5
[llvm] Remove proto fuzzers. ( #2301 )
...
Proto fuzzers are slow and haven't found bugs in a long time. Their
builds are also hard to maintain since they build in a different
configuration than any of the LLVM build bots.
2019-04-08 12:30:36 -07:00
Guido Vranken
eb2795c830
[bignum-fuzzer] Fix OpenSSL build ( #2296 )
2019-04-06 07:28:40 -07:00
Sebastian Rasmussen
7fa021dfbe
[mupdf] Update to latest version of API provided by MuPDF. ( #2294 )
2019-04-05 12:16:43 -07:00
Mihai Maruseac
922ea7c8fe
[TensorFlow] Ensure we're always using a valid Bazel ( #2293 )
...
* Determine Bazel version from configure.py script
* Install Bazel at the version from configure.py
* Don't downgrade Bazel on Dockerfile
* Make sure we were able to install proper Bazel
* Comment update
2019-04-04 23:35:11 -07:00
Max Moroz
2eaa543f82
[zlib] Fix build.sh to overwrite seed corpus symlinks.
2019-04-04 12:54:37 -07:00
jonathanmetzman
6625401871
Fix build breakage caused by unnecessary AFL testing ( #2291 )
...
Don't test compilation with afl-clang and afl-fuzz
2019-04-04 07:11:40 -07:00
Mihai Maruseac
2fa5eca226
[tensorflow] Update Bazel version and check that it is compatible ( #2288 )
...
* Update Bazel to 0.24.0
* Always run ./configure
2019-04-03 09:57:58 -07:00
Oliver Chang
23a5f44b29
Address comments from https://github.com/google/oss-fuzz/pull/2285 . ( #2287 )
2019-04-03 15:29:23 +11:00
Paul Dreik
7b3ebc2abb
[libtorrent] add address for google account ( #2286 )
...
see https://github.com/google/oss-fuzz/issues/2261#issuecomment-479085906
2019-04-02 09:53:51 -07:00
Oliver Chang
994900ab47
Fix builds status script ( #2285 )
...
Get a batch of the last 2000 builds, and filter on those ourselves
instead of calling the cloudbuild API to filter for us. The cloudbuild
API filtering API does not work with our number of builds.
Fixes #2263
2019-04-02 12:00:55 +08:00
Oliver Chang
7bf55a11df
Use a single tag for builds. ( #2284 )
...
Filtering on multiple tags doesn't seem to work.
2019-04-02 08:19:58 +08:00
Kevin Lubick
a1315ef31e
[skia] fix build after rename ( #2283 )
2019-04-01 13:31:15 -07:00
Stanislav Malyshev
795aa42757
Use libonig5 - this will enable mbstring regex limits ( #2282 )
2019-04-01 12:29:42 -07:00
Paul Dreik
b858b0036d
Libtorrent ( #2268 )
...
* [boost] add fuzzers for boost property tree parsers
* [boost] fix missing files in Docker copy command
* add libtorrent
* set email address, clone depth 10
* remove templated text
2019-04-01 11:31:16 -07:00
Guido Vranken
8594957c7e
[libsrtp] Enable MemorySanitizer builds ( #2271 )
2019-04-01 09:15:52 -07:00
Guido Vranken
b3b4a5c3a3
[tesseract-ocr] Add fuzzer that processes 512x512 images ( #2279 )
2019-04-01 09:15:21 -07:00
Guido Vranken
cce2ed4d23
Remove mbed TLS fuzzer ( #2278 )
2019-03-31 22:49:35 -07:00
Konstantin Varlamov
927922aadf
Fix Firestore build by adding missing build dependencies ( #2280 )
...
* Add missing build dependencies
* Update cc list
2019-04-01 08:37:28 +08:00
Alexander Alekhin
b27c51dee4
[opencv] update build scripts ( #2276 )
...
- disable building of tests/apps (not used for fuzzing)
- unlock using local source checkout: https://github.com/google/oss-fuzz/blob/master/docs/reproducing.md#reproduce-using-local-source-checkout
* $SRC - fuzzers sources
* $SRC/opencv - opencv sources
* $WORK/build-$SANITIZER - build directory
2019-04-01 08:37:01 +08:00
Max Moroz
497cd398d0
[infra] Fix code coverage builder script (regressed after #2264 ).
2019-03-31 11:33:07 -07:00
Joachim Bauch
e09485feab
[lzma] Add LZMA SDK ( #2267 )
...
* Add LZMA SDK
* Use email of Igor Pavlov as primary contact and add more sanitizers.
2019-03-31 11:24:39 -07:00
tsdgeos
5f2ed9d550
[kimageformats] Include ora and kra handlers ( #2277 )
...
This pulls karchive that pulls, ecm and libzip and libzip pulls zlib
2019-03-31 11:04:40 -07:00
Daniel Marjamäki
080a64aca0
change WORKDIR ( #2275 )
2019-03-30 07:54:24 -07:00
Daniel Marjamäki
94e1e96a99
tweak cppcheck. moved fuzzer client to main cppcheck repo. ( #2274 )
2019-03-29 15:32:47 -07:00
Marc-Andre Lureau
dfd9d777a8
libtpms: update my email address ( #2272 )
...
Use the canonical form, this may help with oss-fuzz.com access.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2019-03-28 11:19:05 -07:00
Marc-Andre Lureau
1c590dcc35
Add libtpms project ( #2266 )
...
Signed-off-by: Marc-André Lureau <mlureau@redhat.com>
2019-03-28 10:54:49 -07:00
Abhishek Arya
df1bdcdbe3
Update project.yaml
2019-03-28 09:29:40 -07:00
Guido Vranken
c607f5cb3e
[lame] Add LAME dev CC. Enable MemorySanitizer. ( #2269 )
...
* [lame] Enable MemorySanitizer builds
* [lame] Add LAME dev e-mail to auto_ccs
Reference: https://sourceforge.net/p/lame/mailman/message/36621204/
2019-03-28 07:44:12 -07:00
Guido Vranken
b150da5354
[bignum-fuzzer] Compile OpenSSL debug mode ( #2270 )
...
This activates assert()s across the library that might help to detect
issues that other safeguards (sanitizers, differential testing)
aren't capable of.
2019-03-28 07:43:31 -07:00
Oliver Chang
aa231dc801
Add a project tag to builds for filtering ( #2263 ). ( #2264 )
2019-03-26 17:02:05 +11:00
gnrunge
2099cabe1f
Add ICU project team member email to notification list in icu/project.yaml. ( #2262 )
2019-03-25 10:08:22 -07:00
Daniel Marjamäki
acd7909035
Add project Cppcheck ( #2257 )
...
* Add project Cppcheck
* Add email addresses
2019-03-25 07:57:56 -07:00
Even Rouault
e9a43c10c6
PROJ4: build from root so that data/proj.db is also built ( #2260 )
2019-03-24 11:46:53 -07:00
Dirk Lemstra
92553e2d0c
Changed email address for ImageMagick primary contact. ( #2259 )
2019-03-23 11:29:59 -07:00
Guido Vranken
f51e4cc619
[lame] Initial LAME mp3 encoder/decoder oss-fuzz integration ( #2256 )
2019-03-21 19:02:46 -07:00
jonathanmetzman
2c9fa6a668
Allow preloading external libFuzzer functions using LD_PRELOAD ( #2255 )
2019-03-20 16:11:51 -07:00
Bhargava Shastry
f555f0c260
[Solidity] copy all dicts ( #2254 )
2019-03-20 08:04:57 -07:00
Brent Cook
04d267d0af
add libressl fuzz contacts ( #2253 )
...
This just removes the distribution list in favor of individual
contributors.
2019-03-20 05:33:15 -07:00
Brent Cook
d7b97368dc
[libressl] add jsing (github user 4a6f656c) to libressl ( #2252 )
2019-03-19 06:50:10 -07:00
Abhishek Arya
965e10c6a3
Disable broken MSan build for libressl ( #2251 )
2019-03-18 21:31:49 -07:00
Brent Cook
0500f1f872
update libressl contact email ( #2250 )
2019-03-18 21:16:55 -07:00
htuch
fe3d5c4c9c
envoy: blacklist some problematic external dep UBSAN. ( #2242 )
...
Fix in progress at
https://github.com/protocolbuffers/protobuf/pull/5901 , we might not
update Envoy with it for a while.
Signed-off-by: Harvey Tuch <htuch@google.com>
2019-03-18 20:32:36 -07:00
Andrea Brancaleoni
a203ac045a
New project: libressl (v2) ( #2248 )
...
This reverts commit 098760e6df
.
2019-03-18 17:14:04 -07:00
Kevin Lubick
c1068851e8
[skia] add sksl2pipeline ( #2245 )
2019-03-18 17:13:35 -07:00
Catena cyber
40286086df
Capstone: use the new v4 branch ( #2246 )
2019-03-18 12:34:47 -07:00
Alessandro Toppi
31e74f0dce
[janus] First integration ( #2241 )
2019-03-15 08:24:07 -07:00
Max Moroz
12ac6ff9f2
Revert [janus-gateway] First integration.
2019-03-15 07:05:57 -07:00
Max Moroz
64686cafab
[janus-gateway] Fix copyright years.
2019-03-15 07:02:29 -07:00
Alessandro Toppi
a02467e192
[janus-gateway] First integration ( #2238 )
2019-03-15 07:01:09 -07:00