From 55c912c9c72902bac904c6e39cd3490f752151bd Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Tue, 5 Apr 2022 21:44:59 +0300 Subject: [PATCH] [systemd] report OSS-Fuzz bugs on GitHub as well (#7510) It should hopefully make it easier to keep track of them. It was discussed in https://github.com/google/oss-fuzz/issues/7023 --- projects/systemd/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/systemd/project.yaml b/projects/systemd/project.yaml index c3eb6b232..e2892e918 100644 --- a/projects/systemd/project.yaml +++ b/projects/systemd/project.yaml @@ -23,3 +23,4 @@ auto_ccs: - daan.j.demeyer@gmail.com - luca.boccassi@gmail.com main_repo: 'https://github.com/systemd/systemd' +file_github_issue: True