Skip to content

Commit 576300a

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#21856: doc: add OSS-Fuzz section to fuzzing.md doc
47c3ea0 doc: add OSS-Fuzz section to fuzzing.md doc (Adam Jonas) Pull request description: This adds documentation about [Bitcoin Core's participation](https://github.com/google/oss-fuzz/pull/5699/files) in Google's OSS-Fuzz program and adds the caveat that the project may not disclose vulnerabilities within the 90-day window described in the [program's disclosure guidelines](https://google.github.io/oss-fuzz/getting-started/bug-disclosure-guidelines/). ACKs for top commit: jonatack: ACK 47c3ea0 Tree-SHA512: 87bf0146fb74d1e4b3b8839e6c8f3d53046008a6d5b926ffe5b95be3c396a5e47e47967533422f60b04c4446482f49d210ada410b742f69781a7afde623d704d
2 parents 54617fa + 47c3ea0 commit 576300a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/fuzzing.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,15 @@ $ honggfuzz/honggfuzz --exit_upon_crash --quiet --timeout 4 -n 1 -Q \
230230
-nodebuglogfile -bind=127.0.0.1:18444 -logthreadnames \
231231
-debug
232232
```
233+
234+
# OSS-Fuzz
235+
236+
Bitcoin Core participates in Google's [OSS-Fuzz](https://github.com/google/oss-fuzz/tree/master/projects/bitcoin-core)
237+
program, which includes a dashboard of [publicly disclosed vulnerabilities](https://bugs.chromium.org/p/oss-fuzz/issues/list).
238+
Generally, we try to disclose vulnerabilities as soon as possible after they
239+
are fixed to give users the knowledge they need to be protected. However,
240+
because Bitcoin is a live P2P network, and not just standalone local software,
241+
we might not fully disclose every issue within Google's standard
242+
[90-day disclosure window](https://google.github.io/oss-fuzz/getting-started/bug-disclosure-guidelines/)
243+
if a partial or delayed disclosure is important to protect users or the
244+
function of the network.

0 commit comments

Comments
 (0)