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