aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Moroz <mmoroz@chromium.org>2020-01-21 16:13:25 -0800
committerGitHub <noreply@github.com>2020-01-21 16:13:25 -0800
commit3edf60511ee6af5535b2af060144ce479e0409d2 (patch)
tree36b3fcdf4bc4758be00ac248f502dc1f5eb0adb7
parent42c53a83bd1071948abc757803284923f9856e8f (diff)
downloadoss-fuzz-3edf60511ee6af5535b2af060144ce479e0409d2.tar.gz
[capstone] enable dataflow config (#1632). (#3262)
* [capstone] enable dataflow config (#1632). Should work based on https://pantheon.corp.google.com/logs/viewer?resource=build%2Fbuild_id%2Fb106a717-7725-44c6-81a5-e196300b9401&project=oss-fuzz&minLogLevel=0&expandAll=false&timestamp=2020-01-21T22:41:43.490000000Z&customFacets=&limitCustomFacetWidth=true&dateRangeEnd=2020-01-21T22:41:40.447Z&interval=PT1H&dateRangeUnbound=backwardInTime&scrollTimestamp=2020-01-21T19:58:48.579291555Z, but uploading as an explicit PR to let Travis double check me. * Update project.yaml * Update project.yaml
-rw-r--r--projects/capstone/project.yaml16
1 files changed, 11 insertions, 5 deletions
diff --git a/projects/capstone/project.yaml b/projects/capstone/project.yaml
index 2c07cbb5c..ea91d827d 100644
--- a/projects/capstone/project.yaml
+++ b/projects/capstone/project.yaml
@@ -1,8 +1,14 @@
homepage: "https://www.capstone-engine.org"
primary_contact: "capstone.engine@gmail.com"
-auto_ccs : "p.antoine@catenacyber.fr"
-
+auto_ccs :
+ - "p.antoine@catenacyber.fr"
+fuzzing_engines:
+ - libfuzzer
+ - afl
+ - honggfuzz
+ - dataflow
sanitizers:
-- address
-- memory
-- undefined
+ - address
+ - memory
+ - undefined
+ - dataflow