aboutsummaryrefslogtreecommitdiff
path: root/projects/http-pattern-matcher/project.yaml
blob: 40a541ea4f1f8e96dbc458938b29303c8ea1a87a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory