aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Max Moroz <mmoroz@chromium.org>2020-01-21 15:59:06 -0800
committerGravatar GitHub <noreply@github.com>2020-01-21 15:59:06 -0800
commit4e9aa50546f68b7abb87348bf1e54593c7e02105 (patch)
treec21e73c6ea1bb565571bdb8d1e425496d1bc6281
parent98c81e6a5d822303ce38f9d86293cbdbc2c04875 (diff)
[json-c] enable dataflow config (#1632). (#3265)
-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 af56702d..435a8036 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