2020-03-28 16:42:45 +00:00
|
|
|
homepage: "https://github.com/uriparser/uriparser"
|
|
|
|
language: c++
|
|
|
|
primary_contact: "webmaster@hartwork.org"
|
|
|
|
sanitizers:
|
|
|
|
- address
|
2021-08-24 22:24:47 +00:00
|
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
|
|
# - memory
|
2020-03-28 16:42:45 +00:00
|
|
|
- undefined
|
|
|
|
architectures:
|
|
|
|
- x86_64
|
|
|
|
- i386
|
2023-02-13 19:24:42 +00:00
|
|
|
main_repo: 'https://github.com/uriparser/uriparser'
|
|
|
|
fuzzing_engines:
|
|
|
|
- afl
|
|
|
|
- honggfuzz
|
|
|
|
- libfuzzer
|
|
|
|
- centipede
|