oss-fuzz/projects/nghttp2/project.yaml

15 lines
268 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"
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- dataflow
sanitizers:
- address
- undefined
- memory
- dataflow
main_repo: 'https://github.com/nghttp2/nghttp2.git'