mirror of https://github.com/google/oss-fuzz.git
19 lines
342 B
YAML
19 lines
342 B
YAML
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
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
- memory
|
|
labels:
|
|
tidy_fuzzer:
|
|
- sundew
|
|
main_repo: 'https://github.com/htacg/tidy-html5.git'
|