]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: update OSS-Fuzz links
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 26 May 2022 14:07:32 +0000 (14:07 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 26 May 2022 14:16:17 +0000 (14:16 +0000)
docs/CODE_QUALITY.md

index 9057dbd28341f1e2fea6a9da7ce289c68bbbbd62..7d54a0f2e28b858680d8775d93139fa215b0a009 100644 (file)
@@ -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.