oss-fuzz/projects/libtasn1/project.yaml

20 lines
399 B
YAML
Raw Normal View History

2019-08-01 19:46:03 +00:00
homepage: "https://gitlab.com/gnutls/libtasn1"
language: c++
2019-08-01 19:46:03 +00:00
primary_contact: "rockdaboot@gmail.com"
auto_ccs:
- "dbaryshkov@gmail.com"
- "ueno@gnu.org"
2019-08-01 19:46:03 +00:00
- "n.mavrogiannopoulos@gmail.com"
- "simon@josefsson.org"
fuzzing_engines:
- afl
- libfuzzer
- honggfuzz
- dataflow
2019-08-01 19:46:03 +00:00
sanitizers:
- address
- memory
- undefined
- dataflow
main_repo: 'https://gitlab.com/gnutls/libtasn1.git'