aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-rw-r--r--projects/cmark/project.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/cmark/project.yaml b/projects/cmark/project.yaml
index 2f23d1e6e..4bdac529c 100644
--- a/projects/cmark/project.yaml
+++ b/projects/cmark/project.yaml
@@ -2,10 +2,16 @@ homepage: "http://commonmark.org"
primary_contact: "jgm@berkeley.edu"
auto_ccs:
- "kivikakk@github.com"
+fuzzing_engines:
+ - libfuzzer
+ - afl
+ - honggfuzz
+ - dataflow
sanitizers:
- address
- memory
- undefined
+ - dataflow
architectures:
- x86_64
- i386