mirror of https://github.com/google/oss-fuzz.git
18 lines
310 B
YAML
18 lines
310 B
YAML
homepage: "http://commonmark.org"
|
|
language: c++
|
|
primary_contact: "jgm@berkeley.edu"
|
|
auto_ccs:
|
|
- "wellnhofer@aevum.de"
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- afl
|
|
- honggfuzz
|
|
sanitizers:
|
|
- address
|
|
- memory
|
|
- undefined
|
|
architectures:
|
|
- x86_64
|
|
- i386
|
|
main_repo: 'https://github.com/commonmark/cmark.git'
|