[honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). (#3609)

* [honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591).

* rename fuzzing puzzles target
This commit is contained in:
Max Moroz 2020-04-09 13:47:54 -07:00 committed by GitHub
parent 7d95568b4c
commit e6a5e0a666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 33 additions and 25 deletions

View File

@ -7,6 +7,7 @@ vendor_ccs:
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- dataflow
sanitizers:
- address

View File

@ -8,6 +8,7 @@ vendor_ccs:
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- dataflow
sanitizers:
- address

View File

@ -7,5 +7,6 @@ auto_ccs:
- "jammamarkus@gmail.com"
fuzzing_engines:
- libfuzzer
- honggfuzz
sanitizers:
- undefined

View File

@ -6,4 +6,5 @@ sanitizers:
- undefined
- memory
fuzzing_engines:
- libfuzzer
- libfuzzer
- honggfuzz

View File

@ -6,6 +6,7 @@ auto_ccs:
- sledru@mozilla.com
fuzzing_engines:
- libfuzzer
- honggfuzz
sanitizers:
- address
- undefined

View File

@ -16,5 +16,5 @@
################################################################################
$CXX $CXXFLAGS $SRC/fuzzing-puzzles/MultipleConstraintsOnSmallInputTest.cpp \
-o $OUT/multiple_constraints_on_small_input_afl_fuzzer \
-o $OUT/multiple_constraints_on_small_input_honggfuzz_fuzzer \
$LIB_FUZZING_ENGINE

View File

@ -2,8 +2,6 @@ homepage: https://github.com/google/fuzzer-test-suite
language: c++
primary_contact: kcc@google.com
auto_ccs:
- "kevinwkt@google.com"
- "kodewilliams@google.com"
- "metzman@google.com"
- "mmoroz@google.com"
@ -11,6 +9,4 @@ sanitizers:
- address
fuzzing_engines:
- afl
disabled: True
- honggfuzz

View File

@ -7,6 +7,7 @@ auto_ccs:
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- dataflow
sanitizers:
- address

View File

@ -1,9 +1,8 @@
homepage: "https://github.com/vstakhov/libucl"
primary_contact: "vsevolod@highsecure.ru"
auto_ccs:
- "adam@adalogics.com"
- "adam@adalogics.com"
language: c
fuzzing_engines:
- libfuzzer
- libfuzzer
- honggfuzz

View File

@ -6,6 +6,7 @@ auto_ccs:
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- dataflow
sanitizers:
- address

View File

@ -20,9 +20,9 @@ sanitizers:
- address
- memory
# The LLVM build currently supports only libFuzzer
fuzzing_engines:
- libfuzzer
- libfuzzer
- honggfuzz
# Bug reports are public by default:
view_restrictions: none

View File

@ -1,15 +1,15 @@
homepage: "https://www.mysql.com"
language: c++
primary_contact: "secalert_us@oracle.com"
auto_ccs :
- "p.antoine@catenacyber.fr"
- "christopher.alves@telecomnancy.net"
- "zouhair.janati-idrissi@telecomnancy.net"
- "julien.zhan@telecomnancy.net"
auto_ccs:
- "p.antoine@catenacyber.fr"
- "christopher.alves@telecomnancy.net"
- "zouhair.janati-idrissi@telecomnancy.net"
- "julien.zhan@telecomnancy.net"
fuzzing_engines:
- libfuzzer
- libfuzzer
- honggfuzz
sanitizers:
- address
# - memory
- undefined
- address
- undefined

View File

@ -6,6 +6,3 @@ auto_ccs:
- "tvandermerwe@mozilla.com"
- "sledru@mozilla.com"
- "kjacobs@mozilla.com"
fuzzing_engines:
- libfuzzer
- afl

View File

@ -6,8 +6,10 @@ auto_ccs:
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- dataflow
sanitizers:
- address
- memory
- dataflow
- undefined

View File

@ -16,5 +16,6 @@ vendor_ccs:
- mikelogan@google.com
fuzzing_engines:
- libfuzzer
- honggfuzz
sanitizers:
- address

View File

@ -7,6 +7,7 @@ auto_ccs:
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- dataflow
sanitizers:
- address

View File

@ -10,3 +10,4 @@ architectures:
- x86_64
fuzzing_engines:
- libfuzzer
- honggfuzz

View File

@ -7,6 +7,7 @@ auto_ccs:
- "ammar@ammaraskar.com"
fuzzing_engines:
- libfuzzer
- honggfuzz
sanitizers:
- address
- undefined

View File

@ -10,6 +10,7 @@ auto_ccs:
- "gdeschner@gmail.com"
fuzzing_engines:
- libfuzzer
- honggfuzz
sanitizers:
- address
- undefined

View File

@ -3,3 +3,4 @@ language: c++
primary_contact: "stjoweil@googlemail.com"
fuzzing_engines:
- libfuzzer
- honggfuzz

View File

@ -6,6 +6,7 @@ auto_ccs:
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- dataflow
sanitizers:
- address