mirror of https://github.com/google/oss-fuzz.git
23 lines
476 B
YAML
23 lines
476 B
YAML
homepage: "https://github.com/bitcoin/bitcoin"
|
|
main_repo: 'https://github.com/bitcoin/bitcoin.git'
|
|
language: c++
|
|
primary_contact: "macro.fuzzing.uxuga@aleeas.com"
|
|
auto_ccs:
|
|
- "fanquake@gmail.com"
|
|
- "john@johnnewbery.com"
|
|
- "jonas@chaincode.com"
|
|
- "laanwj@gmail.com"
|
|
- "pieter@chaincode.com"
|
|
- "thomas.j.bitcoin@protonmail.com"
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
- memory
|
|
architectures:
|
|
- x86_64
|
|
- i386
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- honggfuzz
|
|
- afl
|