2021-05-03 18:48:34 +00:00
|
|
|
homepage: "https://github.com/bitcoin/bitcoin"
|
|
|
|
main_repo: 'https://github.com/bitcoin/bitcoin.git'
|
|
|
|
language: c++
|
2022-06-22 18:09:12 +00:00
|
|
|
primary_contact: "macro.fuzzing.uxuga@aleeas.com"
|
2021-05-03 18:48:34 +00:00
|
|
|
auto_ccs:
|
|
|
|
- "fanquake@gmail.com"
|
2021-12-01 21:04:09 +00:00
|
|
|
- "john@johnnewbery.com"
|
2021-05-03 18:48:34 +00:00
|
|
|
- "jonas@chaincode.com"
|
|
|
|
- "laanwj@gmail.com"
|
|
|
|
- "pieter@chaincode.com"
|
|
|
|
- "thomas.j.bitcoin@protonmail.com"
|
|
|
|
sanitizers:
|
|
|
|
- address
|
|
|
|
- undefined
|
2021-08-29 16:42:06 +00:00
|
|
|
- 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-29 16:42:06 +00:00
|
|
|
- afl
|