mirror of https://github.com/google/oss-fuzz.git
19 lines
417 B
YAML
19 lines
417 B
YAML
|
homepage: "https://github.com/bitcoin/bitcoin"
|
||
|
main_repo: 'https://github.com/bitcoin/bitcoin.git'
|
||
|
language: c++
|
||
|
primary_contact: "marco@chaincode.com"
|
||
|
auto_ccs:
|
||
|
- "fanquake@gmail.com"
|
||
|
- "john@brink.dev"
|
||
|
- "jonas@chaincode.com"
|
||
|
- "laanwj@gmail.com"
|
||
|
- "pieter@chaincode.com"
|
||
|
- "thomas.j.bitcoin@protonmail.com"
|
||
|
sanitizers:
|
||
|
- address
|
||
|
- undefined
|
||
|
architectures:
|
||
|
- x86_64
|
||
|
fuzzing_engines:
|
||
|
- libfuzzer
|