From 53673ce22b3acaf13636ddda7a96f42e17f8eb9d Mon Sep 17 00:00:00 2001 From: ToSeven <397341575@qq.com> Date: Thu, 22 Feb 2024 00:22:53 +0800 Subject: [PATCH] Initiating sonic project (#11440) Co-authored-by: toseven Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> --- projects/sonic/project.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 projects/sonic/project.yaml diff --git a/projects/sonic/project.yaml b/projects/sonic/project.yaml new file mode 100644 index 000000000..0731ff7a1 --- /dev/null +++ b/projects/sonic/project.yaml @@ -0,0 +1,11 @@ +homepage: "https://github.com/bytedance/sonic" +main_repo: "https://github.com/bytedance/sonic.git" +language: go +primary_contact: "dysghappy@163.com" +auto_ccs: + - "byone.heng@google.com" +fuzzing_engines: + - libfuzzer +sanitizers: + - address + - memory