aboutsummaryrefslogtreecommitdiff
path: root/projects/dart
diff options
context:
space:
mode:
authorCatena cyber <35799796+catenacyber@users.noreply.github.com>2021-04-02 15:44:29 +0200
committerGitHub <noreply@github.com>2021-04-02 06:44:29 -0700
commite61f594f6b7333612120079890c60affe3404a2b (patch)
treea3c67bcff96888a261ec444f2d36c191ea8ef17b /projects/dart
parentbec0c2f219244bb8fc5b0bbfef609c3e17f8173a (diff)
downloadoss-fuzz-e61f594f6b7333612120079890c60affe3404a2b.tar.gz
Disables afl for dart project (#5568)
Diffstat (limited to 'projects/dart')
-rw-r--r--projects/dart/project.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/dart/project.yaml b/projects/dart/project.yaml
index 155fe23dd..fe43ad46c 100644
--- a/projects/dart/project.yaml
+++ b/projects/dart/project.yaml
@@ -6,4 +6,6 @@ auto_ccs :
sanitizers:
- address
+fuzzing_engines:
+- libfuzzer
main_repo: 'https://github.com/dart-lang/sdk.git'