mirror of https://github.com/google/oss-fuzz.git
18 lines
379 B
YAML
18 lines
379 B
YAML
homepage: "https://github.com/uriparser/uriparser"
|
|
language: c++
|
|
primary_contact: "webmaster@hartwork.org"
|
|
sanitizers:
|
|
- address
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
# - memory
|
|
- undefined
|
|
architectures:
|
|
- x86_64
|
|
- i386
|
|
main_repo: 'https://github.com/uriparser/uriparser'
|
|
fuzzing_engines:
|
|
- afl
|
|
- honggfuzz
|
|
- libfuzzer
|
|
- centipede
|