aboutsummaryrefslogtreecommitdiff
path: root/projects/tor/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/tor/project.yaml')
-rw-r--r--projects/tor/project.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/projects/tor/project.yaml b/projects/tor/project.yaml
index 47ee4042b..d712260a7 100644
--- a/projects/tor/project.yaml
+++ b/projects/tor/project.yaml
@@ -1,7 +1,13 @@
homepage: "https://www.torproject.org"
+language: c++
primary_contact: "nima@torproject.org"
-auto_ccs: "nick.a.mathewson@gmail.com"
+auto_ccs:
+ - "nick.a.mathewson@gmail.com"
+fuzzing_engines:
+ - libfuzzer
+ - afl
sanitizers:
- address
- memory
- undefined
+main_repo: 'https://git.torproject.org/tor.git'