aboutsummaryrefslogtreecommitdiff
path: root/projects/tidy-html5/project.yaml
blob: 086f83ba418ac3c1fe85d55e0f679da8a7aa903f (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: "balthisar@gmail.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'