1homepage: "https://github.com/google/http_pattern_matcher" 2main_repo: "https://github.com/google/http_pattern_matcher.git" 3language: c++ 4primary_contact: "nareddyt@google.com" 5auto_ccs: 6- "yangshuo@google.com" 7- "taoxuy@google.com" 8- "qiwzhang@google.com" 9- "justinmp@google.com" 10 11fuzzing_engines: 12- libfuzzer 13- afl 14- honggfuzz 15 16sanitizers: 17- address 18- undefined 19# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294 20# - memory 21