mirror of https://github.com/google/oss-fuzz.git
16 lines
403 B
YAML
16 lines
403 B
YAML
homepage: "https://github.com/OISF/libhtp"
|
|
language: rust
|
|
primary_contact: "vjulien@openinfosecfoundation.org"
|
|
auto_ccs :
|
|
- "p.antoine@catenacyber.fr"
|
|
- "jish@openinfosecfoundation.org "
|
|
- "todd.mortimer@gmail.com"
|
|
|
|
sanitizers:
|
|
- address
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
# - memory
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
main_repo: 'https://github.com/OISF/libhtp.git'
|