aboutsummaryrefslogtreecommitdiff
path: root/projects/http-pattern-matcher/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/http-pattern-matcher/project.yaml')
-rw-r--r--projects/http-pattern-matcher/project.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/projects/http-pattern-matcher/project.yaml b/projects/http-pattern-matcher/project.yaml
new file mode 100644
index 000000000..40a541ea4
--- /dev/null
+++ b/projects/http-pattern-matcher/project.yaml
@@ -0,0 +1,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