oss-fuzz/projects/nghttp2/project.yaml

15 lines
278 B
YAML
Raw Normal View History

2017-02-01 14:39:06 +00:00
homepage: "https://nghttp2.org/"
language: c++
2017-02-01 14:39:06 +00:00
primary_contact: "tatsuhiro.t@gmail.com"
2022-07-09 13:40:45 +00:00
auto_ccs:
- "david@adalogics.com"
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
sanitizers:
- address
- undefined
- memory
main_repo: 'https://github.com/nghttp2/nghttp2.git'