aboutsummaryrefslogtreecommitdiff
path: root/projects/tidy-html5/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/tidy-html5/project.yaml')
-rw-r--r--projects/tidy-html5/project.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/projects/tidy-html5/project.yaml b/projects/tidy-html5/project.yaml
index c0fc8f490..d62facb4d 100644
--- a/projects/tidy-html5/project.yaml
+++ b/projects/tidy-html5/project.yaml
@@ -1,12 +1,20 @@
homepage: "http://www.html-tidy.org/"
+language: c++
primary_contact: "sbucur@google.com"
auto_ccs:
- "nmarrow@google.com"
- "pmokati@google.com"
+fuzzing_engines:
+ - libfuzzer
+ - afl
+ - honggfuzz
+ - dataflow
sanitizers:
- address
- - memory
- undefined
+ - memory
+ - dataflow
labels:
tidy_fuzzer:
- sundew
+main_repo: 'https://github.com/htacg/tidy-html5.git'