2021-05-03 18:48:34 +00:00
|
|
|
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
|
2021-08-24 22:24:47 +00:00
|
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
|
|
# - memory
|
2021-05-03 18:48:34 +00:00
|
|
|
architectures:
|
|
|
|
- x86_64
|
2021-05-04 14:44:42 +00:00
|
|
|
- i386
|
2021-05-03 18:48:34 +00:00
|
|
|
fuzzing_engines:
|
|
|
|
- libfuzzer
|
2021-05-04 03:08:50 +00:00
|
|
|
- honggfuzz
|
2021-08-24 22:24:47 +00:00
|
|
|
- afl
|