mirror of https://github.com/google/oss-fuzz.git
20 lines
360 B
YAML
20 lines
360 B
YAML
homepage: "https://curl.haxx.se/"
|
|
language: c++
|
|
primary_contact: "daniel@haxx.se"
|
|
auto_ccs:
|
|
- "daniel.haxx@gmail.com"
|
|
- "cmeister2@gmail.com"
|
|
- "stefan.eissing@gmail.com"
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
- memory
|
|
fuzzing_engines:
|
|
- afl
|
|
- honggfuzz
|
|
- libfuzzer
|
|
architectures:
|
|
- x86_64
|
|
- i386
|
|
main_repo: 'https://github.com/curl/curl.git'
|