aboutsummaryrefslogtreecommitdiff
path: root/projects/tidy-html5/project.yaml
blob: d62facb4dcf926e61d3c853c064f34b8b7410509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
  - undefined
  - memory
  - dataflow
labels:
  tidy_fuzzer:
    - sundew
main_repo: 'https://github.com/htacg/tidy-html5.git'