aboutsummaryrefslogtreecommitdiff
path: root/projects/json
diff options
context:
space:
mode:
authorTanuj Garg <30972197+tanuj208@users.noreply.github.com>2020-06-18 01:49:35 +0530
committerGitHub <noreply@github.com>2020-06-17 13:19:35 -0700
commit98e73d06c25c02901ccc074b867f8992c5360020 (patch)
treefa3416ee9ee1c6917ac2c2ecf74f4e41fb5957b7 /projects/json
parentca4277eb5ad67eee478ea4c28a107581c6303e47 (diff)
downloadoss-fuzz-98e73d06c25c02901ccc074b867f8992c5360020.tar.gz
added auto_cc to json project (#3999)
Diffstat (limited to 'projects/json')
-rw-r--r--projects/json/project.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/json/project.yaml b/projects/json/project.yaml
index 63fbc3671..d563d8922 100644
--- a/projects/json/project.yaml
+++ b/projects/json/project.yaml
@@ -1,6 +1,8 @@
homepage: "https://github.com/nlohmann/json"
language: c++
primary_contact: "niels.lohmann@gmail.com"
+auto_ccs:
+ - "tanujgarg@google.com"
sanitizers:
- address
- undefined