aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorMax Moroz <mmoroz@chromium.org>2020-01-21 15:59:48 -0800
committerGitHub <noreply@github.com>2020-01-21 15:59:48 -0800
commitaf0146f185eef6d3c786d553f4c8273a43df0a6d (patch)
tree50414f14c0ce1f772f9c0b7ed7a3cbcd3f5af1ff /projects
parent4e9aa50546f68b7abb87348bf1e54593c7e02105 (diff)
downloadoss-fuzz-af0146f185eef6d3c786d553f4c8273a43df0a6d.tar.gz
[cmark] Enable dataflow config (#1632). (#3263)
Should work based on https://pantheon.corp.google.com/logs/viewer?resource=build%2Fbuild_id%2Ffd035ed9-bbd9-4371-98ec-20d651567cee&project=oss-fuzz&minLogLevel=0&expandAll=false&timestamp=2020-01-21T22:47:00.300000000Z&customFacets=&limitCustomFacetWidth=true&dateRangeEnd=2020-01-21T22:46:58.339Z&interval=PT1H&dateRangeUnbound=backwardInTime&scrollTimestamp=2020-01-21T19:28:33.870235967Z, but letting Travins double check.
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