File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -234,11 +234,13 @@ $ honggfuzz/honggfuzz --exit_upon_crash --quiet --timeout 4 -n 1 -Q \
234234# OSS-Fuzz
235235
236236Bitcoin 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 ).
238238Generally, we try to disclose vulnerabilities as soon as possible after they
239239are fixed to give users the knowledge they need to be protected. However,
240240because Bitcoin is a live P2P network, and not just standalone local software,
241241we 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/)
243243if a partial or delayed disclosure is important to protect users or the
244244function 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).
You can’t perform that action at this time.
0 commit comments