mirror of https://github.com/google/oss-fuzz.git
15 lines
301 B
YAML
15 lines
301 B
YAML
homepage: "https://www.python.org/"
|
|
main_repo: "https://github.com/python/cpython"
|
|
language: c
|
|
primary_contact: "guidovranken@gmail.com"
|
|
auto_ccs:
|
|
- "gps@google.com"
|
|
- "alex.gaynor@gmail.com"
|
|
- "ammar@ammaraskar.com"
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- honggfuzz
|
|
sanitizers:
|
|
- address
|
|
- undefined
|