mirror of https://github.com/google/oss-fuzz.git
16 lines
303 B
YAML
16 lines
303 B
YAML
|
homepage: "https://ada-url.github.io/ada"
|
||
|
language: c++
|
||
|
primary_contact: "yagiz@nizipli.com"
|
||
|
auto_ccs:
|
||
|
- "daniel@lemire.me"
|
||
|
main_repo: "https://github.com/ada-url/ada.git"
|
||
|
sanitizers:
|
||
|
- address
|
||
|
- undefined
|
||
|
fuzzing_engines:
|
||
|
- libfuzzer
|
||
|
- afl
|
||
|
- honggfuzz
|
||
|
- centipede
|
||
|
file_github_issue: true
|