Skip to content

Commit 1ef34ee

Browse files
committed
Merge bitcoin/bitcoin#21947: doc: Fix OSS-Fuzz links
fadd98d doc: Fix OSS-Fuzz links (MarcoFalke) Pull request description: * Add missing link to the coverage report * Replace unqualified link with qualified one ACKs for top commit: practicalswift: ACK fadd98d jarolrod: ACK fadd98d Tree-SHA512: 5d5138288ae75d6a9ae536f307a63813ffe60c628a8c9a74b33f0d1be1a34fac2ff5eca9c9fe64be3139f2251736ba088c5f3731f0b3f50c70c5a5f1a89f0ea4
2 parents c857148 + fadd98d commit 1ef34ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/fuzzing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,13 @@ $ honggfuzz/honggfuzz --exit_upon_crash --quiet --timeout 4 -n 1 -Q \
234234
# OSS-Fuzz
235235
236236
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).
237+
program, which includes a dashboard of [publicly disclosed vulnerabilities](https://bugs.chromium.org/p/oss-fuzz/issues/list?q=bitcoin-core).
238238
Generally, we try to disclose vulnerabilities as soon as possible after they
239239
are fixed to give users the knowledge they need to be protected. However,
240240
because Bitcoin is a live P2P network, and not just standalone local software,
241241
we might not fully disclose every issue within Google's standard
242242
[90-day disclosure window](https://google.github.io/oss-fuzz/getting-started/bug-disclosure-guidelines/)
243243
if a partial or delayed disclosure is important to protect users or the
244244
function of the network.
245+
246+
OSS-Fuzz also produces [a fuzzing coverage report](https://oss-fuzz.com/coverage-report/job/libfuzzer_asan_bitcoin-core/latest).

0 commit comments

Comments
 (0)