We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e3346 commit 7d7c92eCopy full SHA for 7d7c92e
1 file changed
docs/CODE_QUALITY.md
@@ -56,9 +56,12 @@ available functionality:
56
in regular intervals. The reports are available
57
[online](https://scan.coverity.com/projects/systemd).
58
59
-11. [oss-fuzz](https://oss-fuzz.com/) is continuously fuzzing the
+11. [OSS-Fuzz](https://github.com/google/oss-fuzz) is continuously fuzzing the
60
codebase. Reports are available
61
- [online](https://oss-fuzz.com/v2/testcases?project=systemd).
+ [online](https://oss-fuzz.com/testcases?project=systemd&open=yes).
62
+ It also builds
63
+ [coverage reports](https://oss-fuzz.com/coverage-report/job/libfuzzer_asan_systemd/latest)
64
+ daily.
65
66
12. Our tree includes `.editorconfig`, `.dir-locals.el` and `.vimrc` files, to
67
ensure that editors follow the right indentiation styles automatically.
0 commit comments