From 7d7c92ef8cfa28cbfc4715a7b53f23b47dd79a31 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Thu, 26 May 2022 14:07:32 +0000 Subject: [PATCH] docs: update OSS-Fuzz links --- docs/CODE_QUALITY.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/CODE_QUALITY.md b/docs/CODE_QUALITY.md index 9057dbd2834..7d54a0f2e28 100644 --- a/docs/CODE_QUALITY.md +++ b/docs/CODE_QUALITY.md @@ -56,9 +56,12 @@ available functionality: in regular intervals. The reports are available [online](https://scan.coverity.com/projects/systemd). -11. [oss-fuzz](https://oss-fuzz.com/) is continuously fuzzing the +11. [OSS-Fuzz](https://github.com/google/oss-fuzz) is continuously fuzzing the codebase. Reports are available - [online](https://oss-fuzz.com/v2/testcases?project=systemd). + [online](https://oss-fuzz.com/testcases?project=systemd&open=yes). + It also builds + [coverage reports](https://oss-fuzz.com/coverage-report/job/libfuzzer_asan_systemd/latest) + daily. 12. Our tree includes `.editorconfig`, `.dir-locals.el` and `.vimrc` files, to ensure that editors follow the right indentiation styles automatically.