mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
doc: Adjust links in OSS-Fuzz section
This commit is contained in:
parent
90a5786bba
commit
fa6c1946d2
1 changed files with 5 additions and 7 deletions
|
@ -285,13 +285,11 @@ $ ./honggfuzz/honggfuzz --exit_upon_crash --quiet --timeout 4 -n 1 -Q \
|
||||||
# OSS-Fuzz
|
# OSS-Fuzz
|
||||||
|
|
||||||
Bitcoin Core participates in Google's [OSS-Fuzz](https://github.com/google/oss-fuzz/tree/master/projects/bitcoin-core)
|
Bitcoin Core participates in Google's [OSS-Fuzz](https://github.com/google/oss-fuzz/tree/master/projects/bitcoin-core)
|
||||||
program, which includes a dashboard of [publicly disclosed vulnerabilities](https://bugs.chromium.org/p/oss-fuzz/issues/list?q=bitcoin-core).
|
program, which includes a dashboard of [publicly disclosed vulnerabilities](https://issues.oss-fuzz.com/issues?q=bitcoin-core%20status:open).
|
||||||
Generally, we try to disclose vulnerabilities as soon as possible after they
|
|
||||||
are fixed to give users the knowledge they need to be protected. However,
|
Bitcoin Core follows its [security disclosure policy](https://bitcoincore.org/en/security-advisories/),
|
||||||
because Bitcoin is a live P2P network, and not just standalone local software,
|
which may differ from Google's standard
|
||||||
we might not fully disclose every issue within Google's standard
|
|
||||||
[90-day disclosure window](https://google.github.io/oss-fuzz/getting-started/bug-disclosure-guidelines/)
|
[90-day disclosure window](https://google.github.io/oss-fuzz/getting-started/bug-disclosure-guidelines/)
|
||||||
if a partial or delayed disclosure is important to protect users or the
|
.
|
||||||
function of the network.
|
|
||||||
|
|
||||||
OSS-Fuzz also produces [a fuzzing coverage report](https://oss-fuzz.com/coverage-report/job/libfuzzer_asan_bitcoin-core/latest).
|
OSS-Fuzz also produces [a fuzzing coverage report](https://oss-fuzz.com/coverage-report/job/libfuzzer_asan_bitcoin-core/latest).
|
||||||
|
|
Loading…
Reference in a new issue