aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Moroz <mmoroz@chromium.org>2020-01-21 15:59:06 -0800
committerGitHub <noreply@github.com>2020-01-21 15:59:06 -0800
commit4e9aa50546f68b7abb87348bf1e54593c7e02105 (patch)
treec21e73c6ea1bb565571bdb8d1e425496d1bc6281
parent98c81e6a5d822303ce38f9d86293cbdbc2c04875 (diff)
downloadoss-fuzz-4e9aa50546f68b7abb87348bf1e54593c7e02105.tar.gz
[json-c] enable dataflow config (#1632). (#3265)
Should work based on https://pantheon.corp.google.com/logs/viewer?resource=build%2Fbuild_id%2F3fc8371d-951a-4003-9ce5-97d4adaf449c&project=oss-fuzz&minLogLevel=0&expandAll=false&timestamp=2020-01-21T22:54:26.943000000Z&customFacets=&limitCustomFacetWidth=true&dateRangeEnd=2020-01-21T22:54:25.085Z&interval=PT1H&dateRangeUnbound=backwardInTime&scrollTimestamp=2020-01-21T18:50:28.370948047Z, double checking with Travis.
-rw-r--r--projects/json-c/project.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/projects/json-c/project.yaml b/projects/json-c/project.yaml
index af56702d7..435a8036e 100644
--- a/projects/json-c/project.yaml
+++ b/projects/json-c/project.yaml
@@ -2,6 +2,15 @@ homepage: "https://json-c.github.io/json-c/"
primary_contact: "erh+git@nimenees.com"
auto_ccs:
- "chriswwolfe@gmail.com"
+fuzzing_engines:
+ - libfuzzer
+ - afl
+ - honggfuzz
+ - dataflow
+sanitizers:
+ - address
+ - undefined
+ - dataflow
architectures:
- x86_64
- i386