2021-04-15 15:59:51 +00:00
|
|
|
homepage: "https://github.com/google/http_pattern_matcher"
|
|
|
|
main_repo: "https://github.com/google/http_pattern_matcher.git"
|
|
|
|
language: c++
|
|
|
|
primary_contact: "nareddyt@google.com"
|
|
|
|
auto_ccs:
|
|
|
|
- "yangshuo@google.com"
|
|
|
|
- "taoxuy@google.com"
|
|
|
|
- "qiwzhang@google.com"
|
|
|
|
- "justinmp@google.com"
|
|
|
|
|
|
|
|
fuzzing_engines:
|
|
|
|
- libfuzzer
|
|
|
|
- afl
|
|
|
|
- honggfuzz
|
|
|
|
|
|
|
|
sanitizers:
|
|
|
|
- address
|
|
|
|
- undefined
|
2021-08-24 22:24:47 +00:00
|
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
|
|
# - memory
|