mirror of https://github.com/google/oss-fuzz.git
18 lines
373 B
YAML
18 lines
373 B
YAML
homepage: "https://www.gnu.org/software/binutils/"
|
|
main_repo: "https://github.com/bminor/binutils-gdb"
|
|
language: c++
|
|
primary_contact: "bug-binutils@gnu.org"
|
|
auto_ccs :
|
|
- "p.antoine@catenacyber.fr"
|
|
- "nickc@redhat.com"
|
|
- "amodra@gmail.com"
|
|
- "david@adalogics.com"
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- afl
|
|
- honggfuzz
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
- memory
|